From 8136cc3a0a8118b376cc57b0bd71402402cb1791 Mon Sep 17 00:00:00 2001 From: odrling Date: Fri, 5 Apr 2024 06:27:33 +0200 Subject: [PATCH] Revert "[git] always fetch git.odrling.xyz repos from ssh" This reverts commit a450301ee24ab011b8dcc8ba90fe89c3bcb192f6. --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index c5b9250..5cf2807 100644 --- a/.config/git/config +++ b/.config/git/config @@ -83,6 +83,6 @@ [url "https://git.japan7.bde.enseeiht.fr"] insteadOf = ssh://git@git.japan7.bde.enseeiht.fr:8022 [url "git@git.odrling.xyz:repos"] - InsteadOf = https://git.odrling.xyz + pushInsteadOf = https://git.odrling.xyz [url "ssh://git@gitlab.alpinelinux.org"] pushInsteadOf = https://gitlab.alpinelinux.org