From 7e1a4781927552285240863889b38d5df0e565ec Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 10 Nov 2018 00:00:42 +0800 Subject: gitconfig: Update with LFS (large file storage) --- _gitconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to '_gitconfig') diff --git a/_gitconfig b/_gitconfig index 4034a28..fc31ddb 100644 --- a/_gitconfig +++ b/_gitconfig @@ -196,3 +196,8 @@ human = name-rev --name-only --refs=refs/heads/* serve = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git snapshot = !git stash save "snapshot: $(date)" && git stash apply "stash@{0}" +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true -- cgit v1.2.2