aboutsummaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
Diffstat (limited to 'tw')
-rw-r--r--tw/home/files/gitconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/tw/home/files/gitconfig b/tw/home/files/gitconfig
index dbca695d..51e60054 100644
--- a/tw/home/files/gitconfig
+++ b/tw/home/files/gitconfig
@@ -5,6 +5,9 @@
signingkey = 53EC3C06856883DD92355BC22FC78504681F69B0
[commit]
gpgsign = true
+# For work repos, include the gitconfig that sets up my work identity.
+[includeIf "gitdir:~/src/alice/"]
+ path = ~/src/alice/.gitconfig
[url "https://"]
insteadOf = git://
[url "ssh://git@gitlab.cern.ch:7999/"]
@@ -40,4 +43,4 @@
[difftool "kitty"]
cmd = kitty +kitten diff $LOCAL $REMOTE
[difftool "kitty.gui"]
- cmd = kitty kitty +kitten diff $LOCAL $REMOTE \ No newline at end of file
+ cmd = kitty kitty +kitten diff $LOCAL $REMOTE