[ADD][GIT] git-lfs configuration
This commit is contained in:
parent
00109974f0
commit
8225241746
|
@ -28,3 +28,9 @@
|
||||||
chop = gc --prune=now
|
chop = gc --prune=now
|
||||||
optimize = repack -a -d -f --depth=250 --window=250
|
optimize = repack -a -d -f --depth=250 --window=250
|
||||||
pf = pull --ff-only
|
pf = pull --ff-only
|
||||||
|
|
||||||
|
[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