From: Robert R Evans Date: Tue, 12 Oct 2010 15:37:17 +0000 (-0700) Subject: Added another alias for git. X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=b110de49b9caf8ba8850e870dd1550684b43ac26;p=common%2Fbash_it.git Added another alias for git. --- diff --git a/aliases/git.aliases.bash b/aliases/git.aliases.bash index 6c23df8..abeb72c 100644 --- a/aliases/git.aliases.bash +++ b/aliases/git.aliases.bash @@ -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'