git lfs tunings
This commit is contained in:
parent
d22ef5808d
commit
2b30987b66
1 changed files with 8 additions and 0 deletions
|
@ -108,3 +108,11 @@ defaultBranch = main
|
|||
[url "git@github.com:"]
|
||||
insteadOf = https://github.com/
|
||||
insteadOf = https://github.com/
|
||||
|
||||
[lfs]
|
||||
concurrenttransfers = 32
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
|
|
Loading…
Reference in a new issue