Add alias for no-fastforward merge to Git plugin

This commit is contained in:
Ruppal Singh 2017-12-07 10:53:50 +05:30
commit afffcbc87a

View file

@ -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'