From 25de733bcf5cde9a79b734bb34a6e194001fce0c Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Wed, 12 Mar 2025 13:38:35 +0100 Subject: [PATCH] Add insteadOf for github --- home/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/home/gitconfig b/home/gitconfig index 887db8c..779714c 100644 --- a/home/gitconfig +++ b/home/gitconfig @@ -16,6 +16,7 @@ ff = only [url "git@github.com:"] pushInsteadOf = https://github.com/ + insteadOf = https://github.com/ [url "git@gitlab.com:"] pushInsteadOf = https://gitlab.com/ [url "git@gitlab.adhoc-gti.com:"]