This commit is contained in:
Maxime Fabre 2015-02-22 18:40:12 +00:00
commit ac08e345ad

View file

@ -29,6 +29,8 @@ alias gca!='git commit -v -a --amend'
compdef _git gca!=git-commit
alias gcmsg='git commit -m'
compdef _git gcmsg=git-commit
alias gcan='git commit -v -a --amend --no-edit'
compdef _git gcan=git-commit
alias gco='git checkout'
compdef _git gco=git-checkout
alias gcm='git checkout master'