17 lines
271 B
INI
17 lines
271 B
INI
[user]
|
|
name = L'Ajuntament
|
|
email = git@lajuntament.space
|
|
|
|
[core]
|
|
editor = nvim
|
|
excludesfile = ~/.gitignore
|
|
|
|
[filter "lfs"]
|
|
process = git-lfs filter-process
|
|
required = true
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
|
|
[init]
|
|
defaultBranch = main
|