Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 261 Bytes

verifying-commits.md

File metadata and controls

9 lines (7 loc) · 261 Bytes

Verifying commits

Import the public GPG key of the signer first and then use of any of the following commands to check for the Good signature message:

❯ git show HEAD --show-signature
❯ git log --show-signature
❯ git verify-commit HEAD