Created
December 28, 2020 21:34
-
-
Save mage1k99/46215eb3dc0234be6d88a5fbff6d3d15 to your computer and use it in GitHub Desktop.
The list of commands that says git to use the GPG Key
This file contains 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
git config --global user.signingkey ED267DF4249ACCC3 | |
git config --global gpg.program (which gpg) | |
git config --global commit.gpgsign true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment