Skip to content

Instantly share code, notes, and snippets.

@supremebeing7
Created December 9, 2015 18:33
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 supremebeing7/cee206ad045b466fdbf2 to your computer and use it in GitHub Desktop.
Save supremebeing7/cee206ad045b466fdbf2 to your computer and use it in GitHub Desktop.
git aliases
alias gs='git status '
alias ga='git add '
alias gb='git branch '
alias gc='git commit'
alias gcm='git commit -m'
alias gd='git diff'
alias gco='git checkout '
alias gcob='git checkout -b '
alias got='git '
alias get='git '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment