usage: git tag [-a | -s | -u ] [-f] [-m | -F ] [] or: git tag -d ... or: git tag -l [-n[]] [--contains ] [--no-contains ] [--points-at ] [--format=] [--[no-]merged []] [...] or: git tag -v [--format=] ... -l, --list list tag names -n[] print lines of each tag message -d, --delete delete tags -v, --verify verify tags Tag creation options -a, --annotate annotated tag, needs a message -m, --message tag message -F, --file read message from file -e, --edit force edit of tag message -s, --sign annotated and GPG-signed tag --cleanup how to strip spaces and #comments from message -u, --local-user use another key to sign the tag -f, --force replace the tag if exists --create-reflog create a reflog Tag listing options --column[=