From 8225241746d623e6373881cfd47fe98fe08d383c Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 2 Oct 2019 13:50:41 +0200 Subject: [PATCH] [ADD][GIT] git-lfs configuration --- git/.gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index 4395071..26525f7 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -28,3 +28,9 @@ chop = gc --prune=now optimize = repack -a -d -f --depth=250 --window=250 pf = pull --ff-only + +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true