1git-verify-tag(1)2=================34NAME5----6git-verify-tag - Check the GPG signature of tags78SYNOPSIS9--------10'git verify-tag' <tag>...1112DESCRIPTION13-----------14Validates the gpg signature created by 'git tag'.1516OPTIONS17-------18-v::19--verbose::20Print the contents of the tag object before validating it.2122<tag>...::23SHA1 identifiers of git tag objects.2425GIT26---27Part of the linkgit:git[1] suite