diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-12-01 20:37:41 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-12-01 20:37:41 +0300 |
commit | ab3579cc4fefcc59b9c2f7f3c5cc25cb0d653b53 (patch) | |
tree | 88c3c6fe73bbda2991d7570065760382c911a02e /%HOME%/.gitconfig | |
parent | os.sh: support Fedora (diff) | |
download | linux-home-ab3579cc4fefcc59b9c2f7f3c5cc25cb0d653b53.tar.gz linux-home-ab3579cc4fefcc59b9c2f7f3c5cc25cb0d653b53.zip |
.gitconfig: install LFS
Diffstat (limited to '')
-rw-r--r-- | %HOME%/.gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig index 6015be8..69be6c2 100644 --- a/%HOME%/.gitconfig +++ b/%HOME%/.gitconfig @@ -29,3 +29,8 @@ follow = true [include] path = ~/.gitconfig_work +[filter "lfs"] + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true + clean = git-lfs clean -- %f |