Add git LFS
This commit is contained in:
parent
7c43d373d6
commit
916be915c2
1 changed files with 5 additions and 0 deletions
|
|
@ -59,3 +59,8 @@
|
||||||
printf \"\nMost-active dates, with commit count and %%...\n\"; git active-days | head -7; \
|
printf \"\nMost-active dates, with commit count and %%...\n\"; git active-days | head -7; \
|
||||||
printf \"\nMost-active files, with churn count\n\"; git churn | head -7; \
|
printf \"\nMost-active files, with churn count\n\"; git churn | head -7; \
|
||||||
}; f"
|
}; f"
|
||||||
|
[filter "lfs"]
|
||||||
|
required = true
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue