feat(git): add support for tag deletion

This commit is contained in:
Joran Van Belle 2024-07-17 14:08:53 +02:00
commit 7d8a0f4e46
2 changed files with 4 additions and 0 deletions

View file

@ -205,6 +205,8 @@ plugins=(... git)
| `gta` | `git tag --annotate` |
| `gts` | `git tag -s` |
| `gtv` | `git tag \| sort -V` |
| `gtd` | `git tag -d` |
| `gtdr` | `git push --delete origin` |
| `gignore` | `git update-index --assume-unchanged` |
| `gunignore` | `git update-index --no-assume-unchanged` |
| `gwch` | `git whatchanged -p --abbrev-commit --pretty=medium` |