mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-05 06:13:59 +01:00
Add gitconfig
This commit is contained in:
parent
f12fa557a6
commit
f1923cd180
1 changed files with 6 additions and 0 deletions
|
@ -74,3 +74,9 @@
|
||||||
detachedHead = false
|
detachedHead = false
|
||||||
[includeIf "gitdir:~/Projects/itsf/**"]
|
[includeIf "gitdir:~/Projects/itsf/**"]
|
||||||
path = {{ .chezmoi.homeDir }}/Projects/itsf/.gitconfig
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue