Added alias gcm='git checkout master

This commit is contained in:
Alexander Balashov 2011-12-23 11:14:22 +04:00
parent 54f17588b3
commit 12a04571bb

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'