Added another alias for git.
authorRobert R Evans <robert@codewranglers.org>
Tue, 12 Oct 2010 15:37:17 +0000 (08:37 -0700)
committerRobert R Evans <robert@codewranglers.org>
Tue, 12 Oct 2010 15:37:17 +0000 (08:37 -0700)
aliases/git.aliases.bash

index 6c23df8..abeb72c 100644 (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'