1
0
dotfiles/git/.gitconfig

11 lines
209 B
INI
Raw Normal View History

2023-10-01 13:52:05 +00:00
[user]
email = nigelbarink@hotmail.com
name = Nigel
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[init]
defaultBranch = main