git: Add some commands for lfs
This commit is contained in:
parent
4842f78a46
commit
86467d8520
@ -28,3 +28,8 @@
|
|||||||
autostash = true
|
autostash = true
|
||||||
[credential]
|
[credential]
|
||||||
helper = store
|
helper = store
|
||||||
|
[filter "lfs"]
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
Loading…
Reference in New Issue
Block a user