fix git checkout master

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
Gaetan Semet 2013-12-03 10:25:32 +01:00
commit 4fb40a1f04

View file

@ -60,7 +60,7 @@ compdef _git gcmsg=git-commit
alias gco='git checkout'
compdef _git gco=git-checkout
alias gcom='git checkout master'
compdef _git gcm=git-checkout
compdef _git gcom=git-checkout
# Git Remote (gre)