This commit is contained in:
Martin Večeřa 2015-05-01 15:35:57 +00:00
commit eac941653f

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'