SYNOPSIS

git verify-tag [-v | --verbose] [--format=<format>] [--raw] <tag>

DESCRIPTION

git tag によって作成されたgpg署名を検証します。

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

GitタグオブジェクトのSHA-1 ID。

GIT

Part of the git(1) suite