From ee86aae4634c62b6a863cf22f86f0be5274db89e Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Fri, 12 Nov 2021 08:32:06 -0500 Subject: [PATCH] Override git user.email in work dir --- git/.gitconfig | 3 +++ git/.gitconfig_work | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 git/.gitconfig_work 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