diff dot_gitconfig.tmpl @ 437:41a48a26b0aa

Add local config path for gitconfig
author Zeger Van de Vannet <zegervdv@me.com>
date Mon, 16 Aug 2021 09:17:49 +0200
parents 095b39bdfdf4
children cf71ce0b06d3
line wrap: on
line diff
--- a/dot_gitconfig.tmpl	Mon Aug 16 09:14:41 2021 +0200
+++ b/dot_gitconfig.tmpl	Mon Aug 16 09:17:49 2021 +0200
@@ -40,3 +40,10 @@
 {{- end }}
 [rerere]
 	enabled = 1
+[filter "lfs"]
+  clean = git-lfs clean -- %f
+  smudge = git-lfs smudge -- %f
+  process = git-lfs filter-process
+  required = true
+[include]
+  path = ~/.gitconfig.local