diff --git a/git/.gitconfig b/git/.gitconfig index 252218e..4acde3f 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -5,6 +5,9 @@ [github] user = atomaka +[includeIf "gitdir:~/Source/benefitbay/"] + path = ~/.gitconfig_work + [apply] whitespace = fix [alias] diff --git a/git/.gitconfig_work b/git/.gitconfig_work new file mode 100644 index 0000000..b9215a5 --- /dev/null +++ b/git/.gitconfig_work @@ -0,0 +1,2 @@ +[user] + email = andrew.tomaka@benefitbay.com