Skip to content

Instantly share code, notes, and snippets.

@jlindley
Created October 22, 2008 14:08
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 jlindley/18642 to your computer and use it in GitHub Desktop.
Save jlindley/18642 to your computer and use it in GitHub Desktop.
alias both="git diff HEAD"
alias log="git log"
alias st="git status"
alias br='git branch'
alias bra='git branch -a'
alias push="git push"
alias pull="git pull"
alias gci='git commit -v'
alias gcia='git commit -v -a'
alias gdm='git diff | mate'
alias gsvn='git svn rebase git-svn'
alias gpom='git push origin master'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment