Skip to content

Instantly share code, notes, and snippets.

View jonathanwall's full-sized avatar
😎
Chillin

Jonathan Wall jonathanwall

😎
Chillin
View GitHub Profile
@jonathanwall
jonathanwall / GPG-sign-git-commits.md
Last active November 2, 2020 02:43 — forked from troyfontaine/1-setup.md
Signing your Git Commits using GPG on MacOS Sierra/High Sierra

Using GPG

Step 1: Install software

We use the Homebrew package manager for this step.

brew install gpg2 gnupg pinentry-mac       

Step 2: Update ~/.gnupg/gpg-agent.conf

If this file does not exist, create it.