1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 16:00:41 +01:00

feat(git): add gcB alias (#12116)

This commit is contained in:
B. Hamonangan
2023-12-27 19:47:58 +07:00
committed by GitHub
parent 3e92d251ba
commit ec74eb91bd
2 changed files with 2 additions and 0 deletions

View File

@@ -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` |