gut tag¶
A streamlined way to create, list, push, and delete tags.
Usage¶
Subcommands¶
| Subcommand | Description |
|---|---|
list |
Show all tags alphabetically. (Default) |
latest |
Show the most recently created tag name. |
create <name> [-m "Message"] |
Create a new tag (optionally annotated). |
delete <name> |
Delete a tag locally and trigger remote deletion. |
push <name> |
Push a specific tag to the remote. |
<name> |
Shorthand to create a lightweight tag <name>. |