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]
|
||||
gpgsign = true
|
||||
|
||||
[include]
|
||||
path = tools/kdiff3
|
||||
path = config.os
|
||||
path = config.local
|
||||
|
||||
[alias]
|
||||
co = checkout
|
||||
d = diff
|
||||
|
@ -103,3 +98,8 @@
|
|||
|
||||
[url "git@git.00dani.me:"]
|
||||
pushInsteadOf = https://git.00dani.me/
|
||||
|
||||
[include]
|
||||
path = tools/kdiff3
|
||||
path = config.os
|
||||
path = config.local
|
||||
|
|
Loading…
Reference in a new issue