1git-verify-tag(1)
2=================
34
NAME
5----
6git-verify-tag - Check the GPG signature of tags
78
SYNOPSIS
9--------
10'git verify-tag' <tag>...
1112
DESCRIPTION
13-----------
14Validates the gpg signature created by 'git tag'.
1516
OPTIONS
17-------
18-v::
19--verbose::
20Print the contents of the tag object before validating it.
2122
<tag>...::
23SHA1 identifiers of git tag objects.
2425
GIT
26---
27Part of the linkgit:git[1] suite