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:
Evie Litherland-Smith 2023-02-23 11:39:07 +00:00
parent ce1d12858e
commit e5f63b9f54
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,8 @@
[include]
path = user
path = user_email
[user]
name = Evie Litherland-Smith
[core]
editor = nvim

View file

@ -1,3 +0,0 @@
[user]
name = Evie Litherland-Smith
email = git-elitherl@litherlandsmith.slmail.me