From db75cf7b79ee014aaf6785850d2dded46ad17294 Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Wed, 24 Jan 2018 14:51:40 +0100 Subject: [PATCH] fix gprum and gprom --- plugins/git2/git2.plugin.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/git2/git2.plugin.zsh b/plugins/git2/git2.plugin.zsh index 0f710e319..741630181 100644 --- a/plugins/git2/git2.plugin.zsh +++ b/plugins/git2/git2.plugin.zsh @@ -39,7 +39,8 @@ compdef _git gl=git-pull alias gpr='git pull --rebase --recurse-submodules' compdef _git gpr=git-pull # Git rebase current master branch against master branch on upstream -alias gprum='git pull --rebase upstream master' +alias gprum='git pull --rebase --recurse-submodules upstream master' +alias gprom='git pull --rebase --recurse-submodules origin master' ############### # git push (gP)