mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Add an alias for 'git checkout -b'
This commit is contained in:
parent
96e4e5dd03
commit
061711ef90
1 changed files with 2 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue