git2cpp tag

git2cpp tag#

Create, list, delete or verify tags


git2cpp tag [OPTIONS] [<tagname>] [<commit>]


POSITIONALS:
  <tagname> TEXT              Tag name
  <commit> TEXT               Target commit (defaults to HEAD)

OPTIONS:
  -h,     --help              Print this help message and exit
  -l,     --list              List tags. With optional <pattern>.
  -f,     --force             Replace an existing tag with the given name (instead of failing)
  -d,     --delete TEXT       Delete existing tags with the given names.
  -n INT                      <num> specifies how many lines from the annotation, if any, are
                              printed when using -l. Implies --list.
  -m,     --message TEXT      Tag message for annotated tags