added gcam command to git.plugin and fixed wrong alias in it

This commit is contained in:
Martin Večeřa 2015-03-02 08:19:47 +01:00
commit 002ade998a

View file

@ -24,7 +24,9 @@ compdef _git gc=git-commit
alias gc!='git commit -v --amend'
compdef _git gc!=git-commit
alias gca='git commit -v -a'
compdef _git gc=git-commit
compdef _git gca=git-commit
alias gcam='git commit -a -m'
compdef _git gcam=git-commit
alias gca!='git commit -v -a --amend'
compdef _git gca!=git-commit
alias gcmsg='git commit -m'