mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
add gcL alias
This commit is contained in:
parent
057f3ec67e
commit
ec37e22c23
1 changed files with 1 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ alias gcor='git checkout --recurse-submodules'
|
|||
alias gcb='git checkout -b'
|
||||
alias gcB='git checkout -B'
|
||||
alias gcd='git checkout $(git_develop_branch)'
|
||||
alias gcL='git checkout -'
|
||||
alias gcm='git checkout $(git_main_branch)'
|
||||
alias gcp='git cherry-pick'
|
||||
alias gcpa='git cherry-pick --abort'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue