logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

git-verify-tag - Check the GPG signature of tags

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>...

See Also