Created
November 11, 2008 14:44
-
-
Save hchoroomi/23865 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 gst="git status" | |
alias ga="git add ." | |
alias gb="git branch" | |
alias gba="git branch -a" | |
alias gl="git pull" | |
alias gh="git push" | |
alias gd="git diff" | |
alias gdm="git diff | mate" | |
alias gc="git commit -v" | |
alias gca="git commit -a -v" | |
alias gk="gitk --all" | |
alias gn="nub ." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment