Browse Source

enable git-lfs

Fabian Peter Hammerle 5 năm trước cách đây
mục cha
commit
baa01e4e71
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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