sign git commits by default
This commit is contained in:
parent
fba9e89b80
commit
edd2278dc9
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
[user]
|
[user]
|
||||||
email = lennart.alff@gmail.com
|
email = lennart.alff@gmail.com
|
||||||
name = Thies Lennart Alff
|
name = Thies Lennart Alff
|
||||||
|
signingkey = 2F9C9877AFB6975B
|
||||||
[merge]
|
[merge]
|
||||||
tool = "nvim"
|
tool = "nvim"
|
||||||
[mergetool]
|
[mergetool]
|
||||||
|
|
@ -31,3 +32,5 @@
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue