From 859eafc9555d6b06852f3ce4621fcc03dc8c8d12 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Mon, 16 Sep 2019 10:12:55 +0900 Subject: [PATCH] Add more to gitconfig Missing details Signed-off-by: Yongmin Hong --- gitconfig.sample | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gitconfig.sample b/gitconfig.sample index 6197c0a..edfbd06 100644 --- a/gitconfig.sample +++ b/gitconfig.sample @@ -12,8 +12,13 @@ tool = default-difftool [difftool "default-difftool"] cmd = code --wait --diff $LOCAL $REMOTE +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true [sendemail] smtpserver = smtp.pobox.com smtpuser = revi@pobox.com smtpencryption = tls - smtpserverport = 587 \ No newline at end of file + smtpserverport = 587