Skip to content

Instantly share code, notes, and snippets.

@nvarun
Created March 15, 2014 23:25
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 nvarun/9575489 to your computer and use it in GitHub Desktop.
Save nvarun/9575489 to your computer and use it in GitHub Desktop.
alias gbr='git branch'
alias gco='git checkout'
alias gci='git commit'
alias gcm='git checkout master'
alias glo='git log --oneline'
alias gst='git status'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment