new git alias: gPum

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
Gaetan Semet 2014-02-13 09:20:20 +01:00
commit 105e184612

View file

@ -46,6 +46,8 @@ compdef _git gpr=git-pull
# git push
alias gP='git push'
compdef _git gP=git-push
alias gPum='git push upstream master'
compdef _git gP=git-push
# git push dry run
alias gPd='git push --dry-run'
compdef _git gPd=git-push