From 105e184612e1a17ea1f147e11a6b58516a799136 Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Thu, 13 Feb 2014 09:20:20 +0100 Subject: [PATCH] new git alias: gPum Signed-off-by: Gaetan Semet --- plugins/git2/git2.plugin.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/git2/git2.plugin.zsh b/plugins/git2/git2.plugin.zsh index 34bf6b427..d4ebf2d73 100644 --- a/plugins/git2/git2.plugin.zsh +++ b/plugins/git2/git2.plugin.zsh @@ -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