diff --git a/esc b/esc new file mode 100644 index 00000000..9e1d4941 --- /dev/null +++ b/esc @@ -0,0 +1,48 @@ +usage: git tag [-a | -s | -u ] [-f] [-m | -F ] [-e] + [(--trailer [(=|:)])...] + [ | ] + or: git tag -d ... + or: git tag [-n[]] -l [--contains ] [--no-contains ] + [--points-at ] [--column[=] | --no-column] + [--create-reflog] [--sort=] [--format=] + [--merged ] [--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, --[no-]annotate annotated tag, needs a message + -m, --message + tag message + -F, --[no-]file + read message from file + --trailer add custom trailer(s) + -e, --[no-]edit force edit of tag message + -s, --[no-]sign annotated and GPG-signed tag + --[no-]cleanup how to strip spaces and #comments from message + -u, --[no-]local-user + use another key to sign the tag + -f, --[no-]force replace the tag if exists + --[no-]create-reflog create a reflog + +Tag listing options + --[no-]column[=