From 2f77657c7b8421250c1def8e2fc27042bfffe441 Mon Sep 17 00:00:00 2001 From: Anton Zadvorny Date: Tue, 16 Jan 2018 18:49:13 +0300 Subject: [PATCH] Git LFS --- home/.gitconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/.gitconfig b/home/.gitconfig index 313a067..10c1210 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -22,3 +22,8 @@ prompt = false [help] autocorrect = 1 +[filter "lfs"] + process = git-lfs filter-process + required = true + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f