提交 33ef34ba 编写于 作者: M Mitchel Humpherys

Fix gmt compdef

Fix typo: gm -> gmt
上级 eafd5f32
...@@ -82,7 +82,7 @@ alias gwc='git whatchanged -p --abbrev-commit --pretty=medium' ...@@ -82,7 +82,7 @@ alias gwc='git whatchanged -p --abbrev-commit --pretty=medium'
alias gpoat='git push origin --all && git push origin --tags' alias gpoat='git push origin --all && git push origin --tags'
alias gmt='git mergetool --no-prompt' alias gmt='git mergetool --no-prompt'
compdef _git gm=git-mergetool compdef _git gmt=git-mergetool
alias gg='git gui citool' alias gg='git gui citool'
alias gga='git gui citool --amend' alias gga='git gui citool --amend'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册