System Grab Bag

View all TLDR pages from common (or from all pages)

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 ...}} --verbose
  • Check tags for a GPG signature and print the raw details:
    git verify-tag {{tag1 optional_tag2 ...}} --raw

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.