mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Add develop branch checkout alias to git plugin
This commit is contained in:
parent
357ab4912b
commit
5d88376bdb
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ compdef _git gcmsg=git-commit
|
|||
alias gco='git checkout'
|
||||
compdef _git gco=git-checkout
|
||||
alias gcm='git checkout master'
|
||||
alias gcd='git checkout develop'
|
||||
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