Move local overrides to bottom of .gitconfig
dblume

dblume commited on 2021-10-16 20:59:12
Showing 1 changed files, with 2 additions and 2 deletions.

... ...
@@ -1,5 +1,3 @@
1
-[include]
2
-	path = ~/.gitconfig.local
3 1
 [user]
4 2
 	name = dblume
5 3
 	email = david.blume@gmail.com
... ...
@@ -21,3 +19,5 @@
21 19
 	rebase = false
22 20
 [init]
23 21
 	defaultBranch = main
22
+[include]
23
+	path = ~/.gitconfig.local
24 24