Skip to content

Instantly share code, notes, and snippets.

@clooth
Created November 16, 2011 17:57
Show Gist options
  • Save clooth/1370808 to your computer and use it in GitHub Desktop.
Save clooth/1370808 to your computer and use it in GitHub Desktop.
quick and simple git aliases
# Git
alias gs='git status'
alias go='git checkout'
alias gadd='git add -p'
alias gi='git commit'
alias gd='git diff'
alias gb='git branch'
alias gl='git log'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment