diff --git a/package.json b/package.json index bfdc221..12f802c 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,9 @@ "name": "vue3-vite-template", "version": "0.0.0", "scripts": { - "dev-test": "vite --mode development", "dev": "vite --mode test", + "dev:prod": "vite --mode production", + "dev-test": "vite --mode development", "build": "vite build --mode test", "build:prod": "vite build --mode production", "serve": "vite preview", diff --git a/t b/t new file mode 100644 index 0000000..a5221f8 --- /dev/null +++ b/t @@ -0,0 +1,38 @@ +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[=