Fabian Peter Hammerle 5 anni fa
parent
commit
baa01e4e71
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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