From f5fb93b32b8d8128e2c4febf6e0d19388ed4a4d7 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Mon, 25 Apr 2016 12:58:17 +0100 Subject: [PATCH] LFS filter --- gitconfig.local | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitconfig.local b/gitconfig.local index 596637c..e5817fd 100644 --- a/gitconfig.local +++ b/gitconfig.local @@ -2,3 +2,7 @@ pretty = %Cblue%h%Creset %Cgreen[%ar]%Creset (%an) %s [include] path = .gitconfig.author +[filter "lfs"] + required = true + clean = git-lfs clean %f + smudge = git-lfs smudge %f