From 84f0ac7494c6da31c559c40a7434cd74fa8039d5 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 11 Oct 2022 14:57:10 +0000 Subject: [PATCH] fix: delete random file --- t | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 t diff --git a/t b/t deleted file mode 100644 index a5221f80459be..0000000000000 --- a/t +++ /dev/null @@ -1,38 +0,0 @@ -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[=