[amscotti@128bit.io ~/posts]# grep -l "gpg" *.md | xargs -n1 head _
Date: December 01, 2017

Guide to adding GPG signature verification to Git commits. Discusses preventing impersonation since Github can't validate authorship, using Homebrew to install GPG, generating 4096-bit keys, creating verified signature example, and configuring Git to show verified commits with green checkmarks while protecting private keys.