dotfiles/gitconfig
joachimschmidt557 c908641373
use other gpg key for git commit signing
the previous one has expired
2025-11-14 14:31:13 +01:00

19 lines
381 B
Text

[core]
excludesFile = ~/.gitignore
[user]
name = joachimschmidt557
email = joachim.schmidt557@outlook.com
signingkey = 81315941B6572C70
[pull]
ff = only
[commit]
gpgsign = true
[init]
defaultBranch = trunk
[submodule]
recurse = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true