# phpman > man > git-verify-tag(1)

> **TLDR:** Check for GPG verification of tags.
>
- Check tags for a GPG signature:
  `git verify-tag {{tag1 optional_tag2 ...}}`
- Check tags for a GPG signature and show details for each tag:
  `git verify-tag {{tag1 optional_tag2 ...}} {{-v|--verbose}}`
- Check tags for a GPG signature and print the raw details:
  `git verify-tag {{tag1 optional_tag2 ...}} --raw`

*Source: tldr-pages*

---

[GIT-VERIFY-TAG(1)](https://www.chedong.com/phpMan.php/man/GIT-VERIFY-TAG/1/markdown)                            Git Manual                            [GIT-VERIFY-TAG(1)](https://www.chedong.com/phpMan.php/man/GIT-VERIFY-TAG/1/markdown)



## NAME
       git-verify-tag - Check the GPG signature of tags

## SYNOPSIS
       _git_ _verify-tag_ [--format=<format>] <tag>...


## DESCRIPTION
       Validates the gpg signature created by _git_ _tag_.

## OPTIONS
### --raw
           Print the raw gpg status output to standard error instead of the normal human-readable
           output.

### -v, --verbose
           Print the contents of the tag object before validating it.

       <tag>...
           SHA-1 identifiers of Git tag objects.

## GIT
       Part of the [**git**(1)](https://www.chedong.com/phpMan.php/man/git/1/markdown) suite



Git 2.34.1                                   02/26/2026                            [GIT-VERIFY-TAG(1)](https://www.chedong.com/phpMan.php/man/GIT-VERIFY-TAG/1/markdown)
