$manlookup

git-verify-tag

(1)

Check the GPG signature of tags

User commands2 optionsgit-man 1:2.47.3-0+deb13u1
git verify-tag [-v | --verbose] [--format=<format>] [--raw] <tag>...

Options

2
--raw

Print the raw gpg status output to standard error instead of the normal human-readable output.

-v--verbose

Print the contents of the tag object before validating it.

DESCRIPTION

Validates the gpg signature created by git tag.

GIT

Part of the git(1) suite