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

19
git/.gitconfig Normal file
View File

@@ -0,0 +1,19 @@
[user]
email = matt@threlfall.dev
name = Matt
signingkey = matt@threlfall.dev
[core]
editor = nvim
[credential]
helper = store
[init]
defaultBranch = main
[commit]
gpgsign = true
[tag]
gpgsign = true
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f