Override git user.email in work dir

This commit is contained in:
Andrew Tomaka 2021-11-12 08:32:06 -05:00
parent 3b79f96762
commit ee86aae463
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
2 changed files with 5 additions and 0 deletions

View file

@ -5,6 +5,9 @@
[github]
user = atomaka
[includeIf "gitdir:~/Source/benefitbay/"]
path = ~/.gitconfig_work
[apply]
whitespace = fix
[alias]

2
git/.gitconfig_work Normal file
View file

@ -0,0 +1,2 @@
[user]
email = andrew.tomaka@benefitbay.com