mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
git2 shortcut: gmom
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
ab4149fe7c
commit
6e238e77c1
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue