Skip to content

Instantly share code, notes, and snippets.

View Ruben-E's full-sized avatar

Ruben Ernst Ruben-E

  • Netherlands
View GitHub Profile
@Ruben-E
Ruben-E / auto-sign-commits-mac.md
Created November 7, 2017 07:00 — forked from lucko/auto-sign-commits-mac.md
Auto-sign commits with IntelliJ on MacOS

brew install gnupg gnupg2 pinentry-mac
git config --global user.signingkey <key>
git config --global commit.gpgsign true
git config --global gpg.program gpg
nano ~/.gnupg/gpg.conf

no-tty

nano ~/.gnupg/gpg-agent.conf