1git-verify-tag(1)
2=================
34
NAME
5----
6git-verify-tag - Check the GPG signature of tags
78
SYNOPSIS
9--------
10[verse]
11'git verify-tag' <tag>...
1213
DESCRIPTION
14-----------
15Validates the gpg signature created by 'git tag'.
1617
OPTIONS
18-------
19-v::
20--verbose::
21Print the contents of the tag object before validating it.
2223
<tag>...::
24SHA-1 identifiers of Git tag objects.
2526
GIT
27---
28Part of the linkgit:git[1] suite