Check the gpg signature of tags
git verify-tag <tag>...
Validates the gpg signature created by git tag.
-v, --verbose
Print the contents of the tag object before validating it.
<tag>...
SHA-1 identifiers of Git tag objects.
Part of the git(1) suite