https://help.github.com/articles/generating-a-new-gpg-key/
- PS: During latest setup homebrew ended up installing gpg as
gpg2
, that requires some very minor tweaks and of course making sure the commands usegpg2
instead ofgpg
- PS2: Make sure to save key to 1 Password or equivalent
https://help.github.com/articles/adding-a-new-gpg-key-to-your-github-account/
https://help.github.com/articles/telling-git-about-your-gpg-key/
PS: If setup is using gpg2
, also runs:
git config --global gpg.program gpg2