git: Add some commands for lfs
This commit is contained in:
parent
4842f78a46
commit
86467d8520
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue