add git-lfs config
This commit is contained in:
parent
7678d3d575
commit
f891bcfa20
1 changed files with 5 additions and 0 deletions
|
@ -18,3 +18,8 @@
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
[include]
|
[include]
|
||||||
path = ~/.config/git/host-setup
|
path = ~/.config/git/host-setup
|
||||||
|
[filter "lfs"]
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue