mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
feat(git): add support for tag deletion
This commit is contained in:
parent
be10a91277
commit
7d8a0f4e46
2 changed files with 4 additions and 0 deletions
|
|
@ -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` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue