Move includes to end, so they can override
This commit is contained in:
parent
1b9698e41d
commit
d264cf1760
1 changed files with 5 additions and 5 deletions
|
@ -7,11 +7,6 @@
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
|
||||||
[include]
|
|
||||||
path = tools/kdiff3
|
|
||||||
path = config.os
|
|
||||||
path = config.local
|
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
co = checkout
|
co = checkout
|
||||||
d = diff
|
d = diff
|
||||||
|
@ -103,3 +98,8 @@
|
||||||
|
|
||||||
[url "git@git.00dani.me:"]
|
[url "git@git.00dani.me:"]
|
||||||
pushInsteadOf = https://git.00dani.me/
|
pushInsteadOf = https://git.00dani.me/
|
||||||
|
|
||||||
|
[include]
|
||||||
|
path = tools/kdiff3
|
||||||
|
path = config.os
|
||||||
|
path = config.local
|
||||||
|
|
Loading…
Reference in a new issue