feat(git): add tag aliases gt and gta (#11910)

Co-authored-by: hasecilu <hasecilu@protonmail.com>
Co-authored-by: Rik <gitaarik@posteo.net>
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
This commit is contained in:
Adam Johnson
2023-09-26 08:27:48 +01:00
committed by GitHub
parent bca62f78e2
commit e2b855341b
2 changed files with 4 additions and 0 deletions

View File

@@ -197,6 +197,8 @@ plugins=(... git)
| `gswc` | `git switch -c` |
| `gswd` | `git switch $(git_develop_branch)` |
| `gswm` | `git switch $(git_main_branch)` |
| `gt` | `git tag` |
| `gta` | `git tag --annotate` |
| `gts` | `git tag -s` |
| `gtv` | `git tag \| sort -V` |
| `gignore` | `git update-index --assume-unchanged` |