From c085561ef880c1775056e18dc6e2534eddd9a3aa Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 2 Jun 2022 14:50:05 +0200 Subject: Update gitconfig to include separate work config for user config --- .gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index 3feb78d..6d056a5 100644 --- a/.gitconfig +++ b/.gitconfig @@ -8,7 +8,7 @@ [merge] tool = vimdiff [user] - name = Ahmed AbdelHalim + name = a14m email = a14m@pm.me username = a14m signingkey = 7A690E8DFE36C63A99355B1B76296F290BE3A016 @@ -37,3 +37,5 @@ prune = true [commit] gpgsign = true +[includeIf "gitdir/i:~/Work/Springer"] + path = ~/.gitconfig.work.inc -- cgit v1.2.3