(plugin) git: Added gmod alias for git merge origin $git_develop_branch

Issue: #10117
This commit is contained in:
za 2024-10-11 16:02:07 +07:00
commit aa2a664a13
No known key found for this signature in database
GPG key ID: A9F471412BC97FF4
2 changed files with 2 additions and 0 deletions

View file

@ -116,6 +116,7 @@ plugins=(... git)
| `gmc` | `git merge --continue` |
| `gms` | `git merge --squash` |
| `gmff` | `git merge --ff-only` |
| `gmod` | `git merge origin/$(git_develop_branch)` |
| `gmom` | `git merge origin/$(git_main_branch)` |
| `gmum` | `git merge upstream/$(git_main_branch)` |
| `gmtl` | `git mergetool --no-prompt` |