Skip to content

Instantly share code, notes, and snippets.

@JohannesDeml
Created November 27, 2020 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohannesDeml/a48ee5dd6fb3db6f12a6da0f9b1d70c3 to your computer and use it in GitHub Desktop.
Save JohannesDeml/a48ee5dd6fb3db6f12a6da0f9b1d70c3 to your computer and use it in GitHub Desktop.
My gobal git config
[user]
name = Johannes Deml
email = public@deml.io
signingkey = 707EF4CBFC0A989B
[core]
symlinks = true
[commit]
gpgSign = true
[tag]
gpgSign = true
[gpg]
program = "c:/Program Files (x86)/GnuPG/bin/gpg.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment