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

This commit is contained in:
B. Hamonangan 2023-12-27 19:47:58 +07:00 committed by GitHub
commit ec74eb91bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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` |