mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 23:56:52 -04:00
Add LFS filter to gitconfig
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user