Browse Source

enable git-lfs

Fabian Peter Hammerle 4 years ago
parent
commit
baa01e4e71
1 changed files with 6 additions and 0 deletions
  1. 6 0
      gitconfig

+ 6 - 0
gitconfig

@@ -18,6 +18,12 @@
 [diff]
 	tool = vimdiff
 
+[filter "lfs"]
+	clean = git-lfs clean -- %f
+	smudge = git-lfs smudge -- %f
+	process = git-lfs filter-process
+	required = true
+
 [commit]
 	gpgsign = true
 	verbose = true