Created
September 19, 2008 21:20
-
-
Save maddox/11661 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
#### 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