Created
November 8, 2018 13:44
-
-
Save bkmeneguello/995913ed872a66343717cc5dd0e7dd5b to your computer and use it in GitHub Desktop.
Git GPG Sign
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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