1
0
Files
dots/git-desk/.gitconfig
2026-02-17 17:57:40 +00:00

20 lines
357 B
INI

[user]
email = matt@threlfall.dev
name = Matt
signingkey = 36C9E5DF2937BC1F1B04CC38A9E046C961DCC48B
[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