Skip to content

Instantly share code, notes, and snippets.

@tnrich
Created November 24, 2014 18:17
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 tnrich/a8b23cf81d9bcf5b38b8 to your computer and use it in GitHub Desktop.
Save tnrich/a8b23cf81d9bcf5b38b8 to your computer and use it in GitHub Desktop.
Useful git shell commands. Put them in ~/.profile
alias gc='git checkout'
alias gcam='git commit -am '
alias gcb='git checkout -b '
alias gpu='git push -u'
alias gs='git status -sb '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment