feat(git): add alias gmc for git merge --continue (#12326)

Co-authored-by: PJ Kim <pj.0x08@kakaocorp.com>
This commit is contained in:
Soo Philip Jason Kim 2024-04-09 05:40:15 +09:00 committed by GitHub
commit 3e2a5742cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -111,6 +111,7 @@ plugins=(... git)
| `gfg` | `git ls-files \| grep` |
| `gm` | `git merge` |
| `gma` | `git merge --abort` |
| `gmc` | `git merge --continue` |
| `gms` | `git merge --squash` |
| `gmom` | `git merge origin/$(git_main_branch)` |
| `gmum` | `git merge upstream/$(git_main_branch)` |