Added another alias for git.

This commit is contained in:
Robert R Evans
2010-10-12 08:37:17 -07:00
parent f98a3d1fbe
commit b110de49b9

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'