From d394ee0594e8b1162f05547c3f7da817b6fcb62a Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Thu, 12 Mar 2026 02:00:45 -0400 Subject: [PATCH] removed substitution --- config | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config b/config index 4eba349..042a282 100644 --- a/config +++ b/config @@ -14,10 +14,6 @@ [mergetool "vimdiff"] trustExitCode = true -# Rewrite HTTPS to SSH for personal repos -[url "git@github.com:itme-brain/"] - insteadOf = https://github.com/itme-brain/ - [user] name = Bryan Ramos email = bryan@ramos.codes