Module: Git::Commands::Tag Private

Defined in:
lib/git/commands/tag.rb,
lib/git/commands/tag/list.rb,
lib/git/commands/tag/create.rb,
lib/git/commands/tag/delete.rb,
lib/git/commands/tag/verify.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Commands for managing tags via git tag

This module contains command classes split by tag operation:

  • Create — create a new lightweight or annotated tag
  • Delete — delete one or more tags (--delete)
  • List — list tags with optional filtering (--list)
  • Verify — verify GPG signatures of tags (--verify)

Defined Under Namespace

Classes: Create, Delete, List, Verify