Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Gaetan Semet 2013-08-13 15:24:39 +02:00
commit 2c42c45a7e
5 changed files with 697 additions and 1 deletions

View file

@ -34,6 +34,8 @@ alias gca='git commit -v -a'
compdef _git gca=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'