dotfiles/.gitconfig
2018-09-26 13:46:30 +02:00

11 lines
202 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