This commit is contained in:
GitHub Merge Button 2011-12-26 09:59:28 -08:00
commit 815ea0847a

View file

@ -17,6 +17,7 @@ alias gca='git commit -v -a'
compdef _git gca=git-commit
alias gco='git checkout'
compdef _git gco=git-checkout
alias gcm='git checkout master'
alias gb='git branch'
compdef _git gb=git-branch
alias gba='git branch -a'