Add LFS filter to gitconfig

This commit is contained in:
Anthony Oteri
2023-01-12 16:20:03 -05:00
parent d559af5aad
commit b76df3b9c5
+5
View File
@@ -132,3 +132,8 @@
[credential "https://gitlab.oteri.xyz"] [credential "https://gitlab.oteri.xyz"]
helper = helper =
helper = !/usr/bin/glab auth git-credential helper = !/usr/bin/glab auth git-credential
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true