From f0e1868374e8b3ecb2cb0e2c1d5db776485f51f4 Mon Sep 17 00:00:00 2001 From: Dustin Stiles Date: Wed, 26 Feb 2025 17:45:49 -0500 Subject: [PATCH] fix git paths and add https->ssh intercept --- git/gitconfig.example | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/git/gitconfig.example b/git/gitconfig.example index 40d93ab..0df9ff7 100644 --- a/git/gitconfig.example +++ b/git/gitconfig.example @@ -1,7 +1,11 @@ -path = ~/repos/dustinws/dots/git/common.toml +[includeIf "gitdir:/"] + path = ~/repos/dustinws/dots/git/common.toml [includeIf "gitdir:~/repos/dustinws/"] path = ~/repos/dustinws/dots/git/dustinws.toml [includeIf "gitdir:~/repos/cfacorp/"] - path = ~/repos/duwstiles/dots/git/cfacorp.toml + path = ~/repos/dustinws/dots/git/cfacorp.toml + +[url "git@github.com:"] + insteadOf = https://github.com/