Skip to content

Instantly share code, notes, and snippets.

@bkmeneguello
Created November 8, 2018 13:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bkmeneguello/995913ed872a66343717cc5dd0e7dd5b to your computer and use it in GitHub Desktop.
Save bkmeneguello/995913ed872a66343717cc5dd0e7dd5b to your computer and use it in GitHub Desktop.
Git GPG Sign
gpg --gen-key
git config --global user.signingkey <KEY>
git config --global commit.gpgsign true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment