This commit is contained in:
Pablo Lalloni 2013-09-08 20:24:05 -03:00
commit 92d13bd7fa
14 changed files with 861 additions and 7 deletions

View file

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