1GIT-VERIFY-TAG(1) Git Manual GIT-VERIFY-TAG(1)
23
4
NAME
6git-verify-tag - Check the GPG signature of tags
7
SYNOPSIS
9git verify-tag <tag>...
1011
DESCRIPTION
13Validates the gpg signature created by git tag.
14
OPTIONS
16-v, --verbose
17Print the contents of the tag object before validating it.
1819
<tag>...
20SHA-1 identifiers of Git tag objects.
21
GIT
23Part of the git(1) suite
2425
26
27
Git 1.8.3.1 11/19/2018 GIT-VERIFY-TAG(1)