feat(git): add gpff alias

This commit is contained in:
Yaniv Mordekhay 2024-10-18 08:32:47 +03:00
commit d9db1749c7
2 changed files with 2 additions and 0 deletions

View file

@ -121,6 +121,7 @@ plugins=(... git)
| `gmtl` | `git mergetool --no-prompt` |
| `gmtlvim` | `git mergetool --no-prompt --tool=vimdiff` |
| `gl` | `git pull` |
| `gpff` | `git pull --ff-only` |
| `gpr` | `git pull --rebase` |
| `gprv` | `git pull --rebase -v` |
| `gpra` | `git pull --rebase --autostash` |