$manlookup

git-verify-commit

(1)

Check the GPG signature of commits

User commands2 optionsgit-man 1:2.47.3-0+deb13u1
git verify-commit [-v | --verbose] [--raw] <commit>...

Options

2
--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.

DESCRIPTION

Validates the GPG signature created by git commit -S.

GIT

Part of the git(1) suite