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-commit - Check the GPG signature of commits

Description

       Validates the GPG signature created by gitcommit-S.

Git

       Part of the git(1) suite

Git 2.48.1                                         07/02/2025                               GIT-VERIFY-COMMIT(1)

Name

       git-verify-commit - Check the GPG signature of commits

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 commit object before validating it.

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

Synopsis

gitverify-commit [-v | --verbose] [--raw] <commit>...

See Also