Added new --prune-tags to git fetch alias

This commit is contained in:
Daniel Metzler 2025-04-15 17:10:52 +02:00
commit 6e158ec6cb
2 changed files with 11 additions and 4 deletions

View file

@ -90,7 +90,7 @@ plugins=(... git)
| `gdnolock` | `git diff $@ ":(exclude)package-lock.json" ":(exclude)\*.lock"` |
| `gdt` | `git diff-tree --no-commit-id --name-only -r` |
| `gf` | `git fetch` |
| `gfa` | `git fetch --all --tags --prune` |
| `gfa` | `git fetch --all --tags --prune --prune-tags --jobs=10` |
| `gfo` | `git fetch origin` |
| `gg` | `git gui citool` |
| `gga` | `git gui citool --amend` |