Disable git signing for now
This commit is contained in:
parent
cea9d260ba
commit
5c813321d9
1 changed files with 1 additions and 2 deletions
|
@ -95,12 +95,11 @@ diffFilter = delta --color-only
|
||||||
helper = store
|
helper = store
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
# gpgsign = true
|
gpgsign = false
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
name = Daniel Lundin
|
name = Daniel Lundin
|
||||||
email = daniel@arity.se
|
email = daniel@arity.se
|
||||||
signingkey = 79020DB026385D4C
|
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
Loading…
Reference in a new issue