chore(git): update gitconfig

This commit is contained in:
2023-03-09 23:21:20 +00:00
parent 7fbc1e11d4
commit 32b933c419

View File

@@ -60,9 +60,10 @@
smudge = git hawser smudge %f
required = true
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
required = true
process = git-lfs filter-process
[include]
path = ~/.gitconfig_private
[init]