Tag Manager Guide
v1.0.4Generate git tag creation, push, and cleanup command references.
Generates git tag creation, push, list, and cleanup command references — annotated tags, lightweight tags, filtering by pattern, deleting remote tags, and version sorting.
How to use- →Select the tag operation (create, push, list, delete) to see the correct command.
- →Enter the tag name and annotation message for annotated tag creation.
- →Copy the command to run in your terminal for the selected operation.
Generated Commands
git tag -a v1.2.0 -m "Release 1.2.0" # verify tag was created git tag -l "v1.2.0" git show v1.2.0