Make git config more flexible for different emails
Move user name back into config Include file user_email to hold per-system email address
This commit is contained in:
parent
ce1d12858e
commit
e5f63b9f54
|
@ -1,5 +1,8 @@
|
||||||
[include]
|
[include]
|
||||||
path = user
|
path = user_email
|
||||||
|
|
||||||
|
[user]
|
||||||
|
name = Evie Litherland-Smith
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
[user]
|
|
||||||
name = Evie Litherland-Smith
|
|
||||||
email = git-elitherl@litherlandsmith.slmail.me
|
|
Loading…
Reference in a new issue