This commit is contained in:
ChaYoung You 2015-06-05 01:39:57 +00:00
commit 3e6b3bb178

View file

@ -32,6 +32,8 @@ compdef _git gcmsg=git-commit
alias gco='git checkout'
compdef _git gco=git-checkout
alias gcm='git checkout master'
alias gcb='git checkout -b'
compdef _git gcb=git-checkout
alias gr='git remote'
compdef _git gr=git-remote
alias grv='git remote -v'