diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2025-05-16 22:12:28 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | 9b17e5ac2a348e0e5af9a1aababbfc91e4d86508 (patch) | |
| tree | a79e53fadbeef62bff4b2e61004d9138524df297 /dot_gitconfig.tmpl | |
| parent | 9238b744a673e32ec680adfb888b9bbe99d0af3c (diff) | |
feat(git) add lfs
Diffstat (limited to 'dot_gitconfig.tmpl')
| -rw-r--r-- | dot_gitconfig.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index 6839fbc..6b020de 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -53,3 +53,8 @@ {{ end -}} [pull] rebase = true +[filter "lfs"] + process = git-lfs filter-process + required = true + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f |
