Skip to content

Instantly share code, notes, and snippets.

@mage1k99
Created December 28, 2020 21:34
Show Gist options
  • Save mage1k99/46215eb3dc0234be6d88a5fbff6d3d15 to your computer and use it in GitHub Desktop.
Save mage1k99/46215eb3dc0234be6d88a5fbff6d3d15 to your computer and use it in GitHub Desktop.
The list of commands that says git to use the GPG Key
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