git2 shortcut: gmom

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
Gaetan Semet 2014-08-11 11:14:57 +02:00
commit 6e238e77c1

View file

@ -198,6 +198,9 @@ compdef _git gm=git-merge
# git merge changes from the master branch on the upstream remote # git merge changes from the master branch on the upstream remote
alias gmum='git merge upstream/master' alias gmum='git merge upstream/master'
compdef _git gmum=git-merge 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 # Other
# Show contribution scorecard # Show contribution scorecard