Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 228 Bytes

verifying-commits.md

File metadata and controls

9 lines (7 loc) · 228 Bytes

Commits 验证

首先导入签名者的 GPG 公钥,然后执行以下任意命令来获得 Good signature 消息:

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