Update git config
This commit is contained in:
parent
edb1b33554
commit
7f8586dd7d
1 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
# Please adapt and uncomment the following lines:
|
# Please adapt and uncomment the following lines:
|
||||||
name = Hans Goor
|
name = Hans Goor
|
||||||
email = me@eyedevelop.org
|
email = me@eyedevelop.org
|
||||||
signingkey = D414A7FA58C29568EF4E05CD7E05BC839785EAF6
|
signingkey = ~/.ssh/id_ed25519.pub
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
[pull]
|
[pull]
|
||||||
|
|
@ -14,3 +14,5 @@
|
||||||
ff = no
|
ff = no
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
[gpg]
|
||||||
|
format = ssh
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue