Add gitconfig

This commit is contained in:
Gabriel Augendre 2022-10-05 19:51:17 +02:00
parent f12fa557a6
commit f1923cd180

View file

@ -74,3 +74,9 @@
detachedHead = false
[includeIf "gitdir:~/Projects/itsf/**"]
path = {{ .chezmoi.homeDir }}/Projects/itsf/.gitconfig
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true