1
0
Fork 0
dotfiles/git/dot-gitconfig

14 lines
265 B
Plaintext

[user]
email = nigelbarink@hotmail.com
name = Nigel
signingkey = C54278C495538619
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[init]
defaultBranch = main
[commit]
gpgsign = true