From 6b3c2c56f901246f9bb42a5ce49e37cf5919f45a Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Thu, 5 Jan 2023 17:24:36 +0800 Subject: [PATCH] feat: update global git config update project path --- git/global.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/global.gitconfig b/git/global.gitconfig index 10dd213..57a9b4f 100644 --- a/git/global.gitconfig +++ b/git/global.gitconfig @@ -126,7 +126,7 @@ [includeIf "gitdir:~/projects/"] path = ~/projects/.gitconfig -[includeIf "gitdir:~/mifi-credit/"] +[includeIf "gitdir:~/smart/"] path = .gitconfig-work [filter "lfs"] clean = git-lfs clean -- %f