Added another alias for git.

pull/11/head
Robert R Evans 2010-10-12 08:37:17 -07:00
parent f98a3d1fbe
commit b110de49b9
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ alias gs='git status'
alias gl='git pull'
alias gup='git fetch && git rebase'
alias gp='git push'
alias gpo='git push origin'
alias gdv='git diff -w "$@" | vim -R -'
alias gc='git commit -v'
alias gca='git commit -v -a'