mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
fix git checkout master
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
7499bbbf04
commit
4fb40a1f04
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ compdef _git gcmsg=git-commit
|
||||||
alias gco='git checkout'
|
alias gco='git checkout'
|
||||||
compdef _git gco=git-checkout
|
compdef _git gco=git-checkout
|
||||||
alias gcom='git checkout master'
|
alias gcom='git checkout master'
|
||||||
compdef _git gcm=git-checkout
|
compdef _git gcom=git-checkout
|
||||||
|
|
||||||
|
|
||||||
# Git Remote (gre)
|
# Git Remote (gre)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue