feat(git): automatically sign commits
This commit is contained in:
parent
a9f196e0aa
commit
6f4c7ce9e7
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
[user]
|
||||
email = bruno.carlin@waarp.org
|
||||
name = Bruno Carlin
|
||||
signkey = 08C44FD445331DEF6696FB5D229863E4199FC2F8
|
||||
signkey = 229863E4199FC2F8
|
||||
[gui]
|
||||
encoding = utf-8
|
||||
[protocol]
|
||||
|
@ -41,3 +41,5 @@
|
|||
rebase = false
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
|
Loading…
Add table
Reference in a new issue