Created
August 30, 2016 17:06
-
-
Save jaybill/ecb5b086291c19ab615a738d722a1e8e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#git | |
alias _gc="git commit -a -m" | |
alias _gf="git pull" | |
alias _gp="git push" | |
alias _gpt="git push --tags" | |
alias _gs="git status" | |
alias _ga="git add" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment