Update .config/git/config
This commit is contained in:
parent
56544417c5
commit
7d8f393263
1 changed files with 7 additions and 0 deletions
|
@ -107,6 +107,13 @@
|
||||||
|
|
||||||
autoSetupMerge = simple
|
autoSetupMerge = simple
|
||||||
|
|
||||||
|
# lfs
|
||||||
|
[filter "lfs"]
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
│ smudge = git-lfs smudge -- %f
|
||||||
|
│ process = git-lfs filter-process
|
||||||
|
│ required = true
|
||||||
|
|
||||||
[url "git@github.com:"]
|
[url "git@github.com:"]
|
||||||
insteadOf = @gh:
|
insteadOf = @gh:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue