git verify-tag
all
Check for GPG verification of tags. If a tag wasn't signed, an error will occur.
More info →Options (1)
-v, --verbosebooleanCheck tags for a GPG signature and show details for each tag
Example:
git verify-tag {{tag1 optional_tag2 ...}} {{[-v|--verbose]}}Examples (3)
Check tags for a GPG signature
git verify-tag tag1 optional_tag2 ...Check tags for a GPG signature and show details for each tag
git verify-tag tag1 optional_tag2 ... [-v|--verbose]Check tags for a GPG signature and print the raw details
git verify-tag tag1 optional_tag2 ... --rawmade by @shridhargupta | data from tldr-pages