Skip to content

Instantly share code, notes, and snippets.

@maddox
Created September 19, 2008 21:20
Show Gist options
  • Save maddox/11661 to your computer and use it in GitHub Desktop.
Save maddox/11661 to your computer and use it in GitHub Desktop.
#### GIT #####
alias gits='git status'
alias glog='git log'
alias gl='git pull'
alias gp='git push'
alias gd='git diff | mate'
alias gc='git commit -v'
alias gca='git commit -v -a'
alias gch='git checkout'
alias gb='git branch'
alias gba='git branch -a'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment