Check the gpg signature of commits
git verify-commit <commit>...
Validates the gpg signature created by git commit -S.
-v, --verbose
Print the contents of the commit object before validating it.
<commit>...
SHA-1 identifiers of Git commit objects.
Part of the git(1) suite