This commit is contained in:
Tiago Boldt Sousa 2015-05-01 15:38:39 +00:00
commit 59cdd5eee6

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 gcam='git commit -a -m'
compdef _git gcam=git-commit
alias gco='git checkout'
compdef _git gco=git-checkout
alias gcm='git checkout master'