git-verify-tag - Check the GPG signature of tags
Contents
Description
Validates the gpg signature created by gittag.
Git
Part of the git(1) suite
Git 2.48.1 07/02/2025 GIT-VERIFY-TAG(1)
Name
git-verify-tag - Check the GPG signature of tags
Options
--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.
<tag>...
SHA-1 identifiers of Git tag objects.
Synopsis
gitverify-tag [-v | --verbose] [--format=<format>] [--raw] <tag>...
