logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Git Verify Tag - Check GPG Signatures | Online Free DevTools by Hexmos

Check Git tags for GPG signatures with Git Verify Tag. Ensure code integrity and verify authorship of tags. Free online tool, no registration required.

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

See Also