Override git user.email in work dir
This commit is contained in:
parent
3b79f96762
commit
ee86aae463
2 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
||||||
[github]
|
[github]
|
||||||
user = atomaka
|
user = atomaka
|
||||||
|
|
||||||
|
[includeIf "gitdir:~/Source/benefitbay/"]
|
||||||
|
path = ~/.gitconfig_work
|
||||||
|
|
||||||
[apply]
|
[apply]
|
||||||
whitespace = fix
|
whitespace = fix
|
||||||
[alias]
|
[alias]
|
||||||
|
|
2
git/.gitconfig_work
Normal file
2
git/.gitconfig_work
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[user]
|
||||||
|
email = andrew.tomaka@benefitbay.com
|
Loading…
Reference in a new issue