From fd4cabeebd296814b04bdbe3f9f7cf6f934df2f7 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 17 Dec 2023 15:12:35 +0100 Subject: [PATCH] Remove url rewrites in git config --- .config/git/config | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.config/git/config b/.config/git/config index 2cd81a1..f465cac 100644 --- a/.config/git/config +++ b/.config/git/config @@ -125,12 +125,6 @@ [github] user = phundrak -[url "https://phundrak@github.com"] - insteadOf = https://github.com - -[url "https://phundrak@labs.phundrak.com"] - insteadOf = https://labs.phundrak.com - [filter "lfs"] required = true clean = git-lfs clean -- %f