1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-08 19:06:00 +02:00
tldr/pages/common/git-verify-tag.md
Managor 0e8893e1ba
git*: refresh pages (#16372)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-05-05 09:12:13 +03:00

487 B

git verify-tag

Check for GPG verification of tags. If a tag wasn't signed, an error will occur. More information: https://git-scm.com/docs/git-verify-tag.

  • 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