gPum / gPgPum aliases

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
Gaetan Semet 2014-11-24 11:11:55 +01:00
commit 0602c1ad00

View file

@ -52,6 +52,8 @@ alias gPum='git push upstream master'
compdef _git gPum=git-push
alias gPgPu='git push && git push upstream'
compdef _git gPgPu=git-push
alias gPgPum='git push && git push upstream master'
compdef _git gPgPum=git-push
# git push dry run
alias gPd='git push --dry-run'
compdef _git gPd=git-push