Created
October 22, 2008 14:08
-
-
Save jlindley/18642 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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