Flags available for the git tag command.
git tag
These flags control tag creation, deletion, listing, and annotation.
--annotate
--delete
--force
--list
Git.tag
Flags available for the
git tagcommand.These flags control tag creation, deletion, listing, and annotation.
--annotate: Creates an annotated tag with metadata.--delete: Deletes a tag.--force: Replaces an existing tag with the same name.--list: Lists all tags.