diff options
| author | bh <qn+git@excalibur.computer> | 2026-04-02 20:31:35 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-04-02 20:31:35 +0800 |
| commit | 6e8b011e0f3e514331860e94f610e6beea0a88e9 (patch) | |
| tree | 240b050f67f57400cd99e0f1c1c055be3cad9e39 /git | |
| parent | 15038c992939ba94018f98554e87b15341e912df (diff) | |
Migrate to lfs
Diffstat (limited to 'git')
| -rw-r--r-- | git/.gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index b9b5d4c..0017c9d 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -3,3 +3,8 @@ email = bh+git@thalassic.io [init] defaultBranch = master +[filter "lfs"] + process = git-lfs filter-process + required = true + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f |
