From f7f4d8b3539e1c6090f395498017cde41d9e13ce Mon Sep 17 00:00:00 2001 From: Hyacinthe Cartiaux Date: Thu, 14 May 2020 12:28:05 +0200 Subject: [PATCH] [git] Work config in ~/git --- git/gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/gitconfig b/git/gitconfig index 33005b8..bab8037 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -21,6 +21,8 @@ path = .gitconfig-personal [includeIf "gitdir:~/repos/work/"] path = .gitconfig-work +[includeIf "gitdir:~/git/"] + path = .gitconfig-work [alias] up = pull origin