Skip to main content

% git-tag(1) Version 0.1.5 | git-tag

NAME

Shows or create tags

The listing shows their respective hash next to each other.

FORCE WARNING

Note that if a tag is found and the force flag is set, the command git-tag-delete is executed (By default on all submodules)

SYNOPSIS

List or create a tag

git-tag [options] [tag_name]

Options:

  • -nr or --no-recurse : do not recurse in submodule
  • -f or --force : execute git-delete-tag if an existing tag is found

Args:

  • without a tag name, the tags are listed
  • with a tag name, the tag is created