From f332502b06f38162bef61d432743c203f1719f4a Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 31 Oct 2022 13:08:57 +0300 Subject: [PATCH] Work git configuration --- git/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index 6d79225..9d70461 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -49,3 +49,5 @@ useAutoBase = true [safe] directory = * +[includeIf "gitdir:~/work/stc/"] + path = ~/work/stc/.gitconfig -- 2.44.0