From 6e238e77c1940366d3aaf7aff0b6fafb5ab21a59 Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Mon, 11 Aug 2014 11:14:57 +0200 Subject: [PATCH] git2 shortcut: gmom Signed-off-by: Gaetan Semet --- plugins/git2/git2.plugin.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/git2/git2.plugin.zsh b/plugins/git2/git2.plugin.zsh index 7758a03a9..336e39f34 100644 --- a/plugins/git2/git2.plugin.zsh +++ b/plugins/git2/git2.plugin.zsh @@ -198,6 +198,9 @@ compdef _git gm=git-merge # git merge changes from the master branch on the upstream remote alias gmum='git merge upstream/master' compdef _git gmum=git-merge +# git merge changes from the master branch on the origin remote +alias gmom='git merge origin/master' +compdef _git gmom=git-merge # Other # Show contribution scorecard