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]
|
[user]
|
||||||
email = bruno.carlin@waarp.org
|
email = bruno.carlin@waarp.org
|
||||||
name = Bruno Carlin
|
name = Bruno Carlin
|
||||||
signkey = 08C44FD445331DEF6696FB5D229863E4199FC2F8
|
signkey = 229863E4199FC2F8
|
||||||
[gui]
|
[gui]
|
||||||
encoding = utf-8
|
encoding = utf-8
|
||||||
[protocol]
|
[protocol]
|
||||||
|
@ -41,3 +41,5 @@
|
||||||
rebase = false
|
rebase = false
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue