Merge remote-tracking branch 'origin/master'

This commit is contained in:
Pablo Lalloni 2013-08-21 11:15:27 -03:00
commit 6fe096a9b1
6 changed files with 718 additions and 1 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'