diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-10-24 17:05:52 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-10-24 17:05:52 +0100 |
commit | a8aadba1df4c08553fabaf2945b5b9290f5a07f7 (patch) | |
tree | 402b99c875d33fb3ee573b858712aec997f0c1b5 /gitconfig | |
parent | e08110886d443b62ed40e01f3237880aa848f648 (diff) |
update
Diffstat (limited to '')
-rw-r--r-- | gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -34,3 +34,8 @@ rebase = false [init] defaultBranch = master +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true |