git: use gpg signing by default
This commit is contained in:
parent
25e114e36e
commit
ec338a5c94
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@ editor = nvim
|
|||
[user]
|
||||
name = Daniel Lundin
|
||||
email = daniel@arity.se
|
||||
signingkey = 79020DB026385D4C
|
||||
|
||||
[column]
|
||||
ui = auto
|
||||
|
@ -145,3 +146,5 @@ diff-chunk = magenta default bold
|
|||
clean = git-lfs clean -- %f
|
||||
[credential]
|
||||
helper = store
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
|
Loading…
Reference in a new issue