Allow config.local to override user.email setting
This commit is contained in:
parent
ac61f7f7ce
commit
3a7e46a589
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,8 @@
|
||||||
# vim: ft=gitconfig
|
# vim: ft=gitconfig
|
||||||
|
[user]
|
||||||
|
name = Danielle McLean
|
||||||
|
email = dani@00dani.me
|
||||||
|
|
||||||
[include]
|
[include]
|
||||||
path = tools/kdiff3
|
path = tools/kdiff3
|
||||||
path = config.os
|
path = config.os
|
||||||
|
@ -95,7 +99,3 @@
|
||||||
|
|
||||||
[url "git@git.00dani.me:"]
|
[url "git@git.00dani.me:"]
|
||||||
pushInsteadOf = https://git.00dani.me/
|
pushInsteadOf = https://git.00dani.me/
|
||||||
|
|
||||||
[user]
|
|
||||||
name = Danielle McLean
|
|
||||||
email = dani@00dani.me
|
|
||||||
|
|
Loading…
Reference in a new issue