mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 12:30:32 +01:00
Add LFS config to git config.
This commit is contained in:
@@ -26,5 +26,11 @@
|
||||
[help]
|
||||
autocorrect = 10
|
||||
|
||||
[branch]
|
||||
autosetuprebase = always
|
||||
[pull]
|
||||
rebase = true
|
||||
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
|
||||
Reference in New Issue
Block a user