module Git::Commands::Tag
Commands for managing tags via โgit tag`
This module contains command classes split by tag operation:
-
{Tag::Create} โ create a new lightweight or annotated tag
-
{Tag::Delete} โ delete one or more tags (โโdelete`)
-
{Tag::List} โ list tags with optional filtering (โโlist`)
-
{Tag::Verify} โ verify GPG signatures of tags (โโverify`)
@see git-scm.com/docs/git-tag git-tag documentation
@api private