mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -2,6 +2,8 @@
|
|||||||
name = Jim Myhrberg
|
name = Jim Myhrberg
|
||||||
email = contact@jimeh.me
|
email = contact@jimeh.me
|
||||||
signingkey = contact@jimeh.me
|
signingkey = contact@jimeh.me
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore
|
excludesfile = ~/.gitignore
|
||||||
hooksPath = ~/.githooks
|
hooksPath = ~/.githooks
|
||||||
|
|||||||
Reference in New Issue
Block a user