git: Set email address for Inviqa repos
This commit is contained in:
parent
fdaec03018
commit
dbb272f188
|
@ -103,6 +103,9 @@
|
||||||
[include]
|
[include]
|
||||||
path = ~/.gitconfig.local
|
path = ~/.gitconfig.local
|
||||||
|
|
||||||
|
[includeIf "gitdir:~/Code/Inviqa/"]
|
||||||
|
path = ~/.gitconfig-inviqa
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
templatedir = ~/.git_template
|
templatedir = ~/.git_template
|
||||||
|
|
||||||
|
|
2
tag-git/gitconfig-inviqa
Normal file
2
tag-git/gitconfig-inviqa
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[user]
|
||||||
|
email = oliver.davies+github@inviqa.com
|
Loading…
Reference in a new issue