diff --git a/plugins/git2/git2.plugin.zsh b/plugins/git2/git2.plugin.zsh index 8049b46ab..349aeb8cc 100644 --- a/plugins/git2/git2.plugin.zsh +++ b/plugins/git2/git2.plugin.zsh @@ -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