mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
alias gcoB
This commit is contained in:
parent
7ab5a451a8
commit
0f95e794ad
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ compdef _git gco=git-checkout
|
|||
# Git checkout master
|
||||
alias gcom='git checkout master'
|
||||
compdef _git gcom=git-checkout
|
||||
alias gcoB='git checkout -B'
|
||||
|
||||
# Git Remote (gre)
|
||||
alias gre='git remote'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue