dotfiles/.gitconfig
2019-07-27 22:40:59 +02:00

15 lines
259 B
INI

[user]
email = florianbadie@odrling.xyz
name = odrling
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[color]
ui = auto
[submodule]
fetchJobs = 4
[diff]
mnemonicprefix = true