diff options
author | Anthony Wang | 2022-01-23 11:04:01 -0600 |
---|---|---|
committer | Anthony Wang | 2022-01-23 11:04:01 -0600 |
commit | 04336f9c59b7524c24c10e0f9d209633250a74bd (patch) | |
tree | 261d4f6f50aea5b35f4964d0c209bb6a69cd3fd7 | |
parent | b019ec58b628c8b55903eeaf6294189dd68eebc8 (diff) |
Set up Git LFS
-rw-r--r-- | .gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,3 +10,8 @@ defaultBranch = main [help] autocorrect = immediate +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true |