Sign git commits by default, disable on a per repo basis

Instead of the current enable on a per-repo basis.
This commit is contained in:
2018-12-20 11:10:49 +00:00
parent 5477e1bb07
commit b26064c664

View File

@@ -2,6 +2,8 @@
name = Jim Myhrberg
email = contact@jimeh.me
signingkey = contact@jimeh.me
[commit]
gpgsign = true
[core]
excludesfile = ~/.gitignore
hooksPath = ~/.githooks