Optional
--annotateMakes an annotated tag.
Optional
--cleanupSets how the tag message is cleaned up.
Optional
--columnDisplays the tag listing in columns. See also --no-column.
Optional
--containsLists tags which contain the specified commit; HEAD if not specified. See also --no-contains.
Optional
--create-Creates a reflog for the tag. See also --no-create-reflog.
Optional
--deleteDeletes an existing tag with the given name.
Optional
--forceReplaces an existing tag with the given name, instead of failing.
Optional
--formatInterpolates %(fieldname) from a tag ref being shown and the object it points at.
Optional
--ignore-Makes sorting and filtering tags case insensitive.
Optional
--listLists tags.
Optional
--local-Makes a GPG-signed tag using the given key.
Optional
--mergedLists tags whose commits are reachable from the specified commit; HEAD if not specified. See also --no-merged.
Optional
--messageSpecifies the tag message.
Optional
--no-Does not display the tag listing in columns. See also --column.
Optional
--no-Lists tags which don't contain the specified commit; HEAD if not specified. See also --contains.
Optional
--no-Overrides an earlier --create-reflog. See also --create-reflog.
Optional
--no-Lists tags whose commits are not reachable from the specified commit; HEAD if not specified. See also --merged.
Optional
--no-Overrides the tag.gpgSign configuration variable. See also --sign.
Optional
--points-Lists tags of the given object; HEAD if not specified.
Optional
--signMakes a GPG-signed tag. See also --no-sign.
Optional
--sortSorts based on the given keys.
Optional
--verifyVerifies the GPG signature of the given names.
Optional
-nSpecifies how many lines from the annotation, if any, are printed. If null is given, only the first line is printed.
TagOptions defines the supported options for the Git tag command.