mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
Add alias for checking out develop branch (#5307)
This commit is contained in:
parent
292a62e3ab
commit
b9c3e862c7
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ alias gcl='git clone --recursive'
|
|||
alias gclean='git clean -fd'
|
||||
alias gpristine='git reset --hard && git clean -dfx'
|
||||
alias gcm='git checkout master'
|
||||
alias gcd='git checkout develop'
|
||||
alias gcmsg='git commit -m'
|
||||
alias gco='git checkout'
|
||||
alias gcount='git shortlog -sn'
|
||||
|
|
Loading…
Reference in a new issue