1
0

feat: Sway git to one config using email as signing key id

This commit is contained in:
2026-02-17 21:07:22 +00:00
parent 52821232b1
commit d5891fee50
2 changed files with 1 additions and 15 deletions

View File

@@ -1,14 +0,0 @@
[user]
email = matt@threlfall.dev
name = Matt
signingkey = B02E61FDF5CEF06E362B26FDB7E7478FC456A57A
[core]
editor = nvim
[credential]
helper = store
[init]
defaultBranch = main
[commit]
gpgsign = true
[tag]
gpgsign = true

View File

@@ -1,7 +1,7 @@
[user]
email = matt@threlfall.dev
name = Matt
signingkey = 36C9E5DF2937BC1F1B04CC38A9E046C961DCC48B
signingkey = matt@threlfall.dev
[core]
editor = nvim
[credential]