git-verify-commit
(1)Check the GPG signature of commits
git verify-commit [-v | --verbose] [--raw] <commit>...
Options
2--rawPrint the raw gpg status output to standard error instead of the normal human-readable output.
-v--verbosePrint the contents of the commit object before validating it.