1
0
Files
dots/git-desk/.gitconfig
2025-02-08 17:12:15 +00:00

20 lines
356 B
INI

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