feat(git): introduce grbia alias for git rebase --interactive --autosquash

This commit is contained in:
Clément Le Goffic 2024-05-14 13:52:16 +02:00
commit 09f3da121f
2 changed files with 2 additions and 0 deletions

View file

@ -148,6 +148,7 @@ plugins=(... git)
| `grba` | `git rebase --abort` |
| `grbc` | `git rebase --continue` |
| `grbi` | `git rebase --interactive` |
| `grbia` | `git rebase --interactive --autosquash` |
| `grbo` | `git rebase --onto` |
| `grbs` | `git rebase --skip` |
| `grbd` | `git rebase $(git_develop_branch)` |