mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Add alias for no-fastforward merge to Git plugin
This commit is contained in:
parent
e273cf004e
commit
afffcbc87a
1 changed files with 1 additions and 0 deletions
|
|
@ -188,6 +188,7 @@ alias glp="_git_log_prettily"
|
|||
compdef _git glp=git-log
|
||||
|
||||
alias gm='git merge'
|
||||
alias gmnf='git merge --no-ff'
|
||||
alias gmom='git merge origin/master'
|
||||
alias gmt='git mergetool --no-prompt'
|
||||
alias gmtvim='git mergetool --no-prompt --tool=vimdiff'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue