mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(git): add gcB alias (#12116)
This commit is contained in:
parent
3e92d251ba
commit
ec74eb91bd
2 changed files with 2 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ plugins=(... git)
|
|||
| `gco` | `git checkout` |
|
||||
| `gcor` | `git checkout --recurse-submodules` |
|
||||
| `gcb` | `git checkout -b` |
|
||||
| `gcB` | `git checkout -B` |
|
||||
| `gcd` | `git checkout $(git_develop_branch)` |
|
||||
| `gcm` | `git checkout $(git_main_branch)` |
|
||||
| `gcp` | `git cherry-pick` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue