Git Config: setup git lfs filters
This commit is contained in:
parent
3010b6de1e
commit
fa0dccb8a7
1 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,12 @@
|
||||||
[credential]
|
[credential]
|
||||||
helper = store
|
helper = store
|
||||||
|
|
||||||
|
[filter "lfs"]
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = delta --color-only --features=interactive
|
diffFilter = delta --color-only --features=interactive
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue