Skip to content

Instantly share code, notes, and snippets.

@jaybill
Created August 30, 2016 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaybill/ecb5b086291c19ab615a738d722a1e8e to your computer and use it in GitHub Desktop.
Save jaybill/ecb5b086291c19ab615a738d722a1e8e to your computer and use it in GitHub Desktop.
#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