Skip to content

Instantly share code, notes, and snippets.

@raksa
Created June 22, 2021 23:17
Show Gist options
  • Save raksa/76793aa21b3c5494d9fb442522a11837 to your computer and use it in GitHub Desktop.
Save raksa/76793aa21b3c5494d9fb442522a11837 to your computer and use it in GitHub Desktop.
helpful config for GPG commit sign
[init]
defaultBranch = master
[user]
name = <username>
email = <email>
signingkey = <GnuPG key id>
[core]
editor = code
[commit]
gpgsign = true
[gpg]
program = /usr/local/bin/gpg
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment