mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
gmt as an alias for git merge tool --no-prompt
This commit is contained in:
parent
1959f579e1
commit
b60696e88d
1 changed files with 2 additions and 0 deletions
|
|
@ -63,6 +63,8 @@ alias grhh='git reset HEAD --hard'
|
|||
alias gwc='git whatchanged -p --abbrev-commit --pretty=medium'
|
||||
alias gf='git ls-files | grep'
|
||||
alias gpoat='git push origin --all && git push origin --tags'
|
||||
alias gmt='git mergetool --no-prompt'
|
||||
compdef _git gm=git-mergetool
|
||||
|
||||
alias gg='git gui citool'
|
||||
alias gga='git gui citool --amend'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue