feat(git): add merge squash alias

This commit is contained in:
EinfachAleks 2022-06-03 00:29:22 +02:00
commit d1d2ceba6b
2 changed files with 2 additions and 0 deletions

View file

@ -113,6 +113,7 @@ plugins=(... git)
| gmtl | git mergetool --no-prompt |
| gmtlvim | git mergetool --no-prompt --tool=vimdiff |
| gmum | git merge upstream/$(git_main_branch) |
| gms | git merge --squash |
| gma | git merge --abort |
| gp | git push |
| gpd | git push --dry-run |