diff options
author | simlegate <simlegate@163.com> | 2013-05-08 17:03:07 +0800 |
---|---|---|
committer | simlegate <simlegate@163.com> | 2013-05-08 17:03:07 +0800 |
commit | b36c42b76d5bb06e1a19b534177ad4980bc3b025 (patch) | |
tree | dea7f5db0f9d36de52fb3160072cc32dca7cba03 | |
parent | cf3a03d45e6b4eb642238bbd7b6aeca1fd1bc868 (diff) | |
download | zsh-b36c42b76d5bb06e1a19b534177ad4980bc3b025.tar.gz zsh-b36c42b76d5bb06e1a19b534177ad4980bc3b025.tar.bz2 zsh-b36c42b76d5bb06e1a19b534177ad4980bc3b025.zip |
rename gcm to gcmsg and stand for 'git commit -m'
-rw-r--r-- | plugins/git/git.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/git/git.plugin.zsh b/plugins/git/git.plugin.zsh index 5277abc99..bcbd0897c 100644 --- a/plugins/git/git.plugin.zsh +++ b/plugins/git/git.plugin.zsh @@ -22,7 +22,7 @@ alias gca='git commit -v -a' compdef _git gc=git-commit alias gca!='git commit -v -a --amend' compdef _git gca!=git-commit -alias gcm='git commit -m' +alias gcmsg='git commit -m' compdef _git gcm=git-commit alias gco='git checkout' compdef _git gco=git-checkout |