Signing Git commits using GPG keys
The idea here is to setup GPG signature verification for my blog repo to make sure that all commits are from me or someone I trust.
Signing Git commits using GPG keys is the process of using a cryptographic identity to assert that a given chance to a piece of software was made by a given individual, organization, or other entity. This is accomplished by associating a digital signature with the commit itself. Other users of the software can then validate that the software being patched was modified only by source they trust.