From df62544cd1057561d45ac88ab96ba93a8afb455e Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 18 May 2023 02:37:30 -0500 Subject: [PATCH] refactor(git): include ssfcu config if remote has ssfcu.org in name --- dots/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.gitconfig b/dots/.gitconfig index 1a0d5875..089a90fb 100644 --- a/dots/.gitconfig +++ b/dots/.gitconfig @@ -59,7 +59,7 @@ pushDefault = origin ; Per environemnt specific setup shit -[includeIf "gitdir:~/Git/SSFCU/"] +[includeIf "hasconfig:remote.*.url:**ssfcu.org**"] path = ~/.config/git/configs/gitconfig-ssfcu [credential]