[git] move lfs to shared, fix shared settings

This commit is contained in:
John Doty 2024-04-06 08:39:20 -07:00
parent 2967db2f01
commit 1bc367985b
2 changed files with 5 additions and 9 deletions

View file

@ -19,3 +19,8 @@
selected = manager
[credential "https://git.d0ty.me"]
provider = generic
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true