From 30cc5d0fc5bcd3e72046a6c09891825c3f36d552 Mon Sep 17 00:00:00 2001 From: David Calvert Date: Wed, 18 Oct 2023 11:59:42 +0200 Subject: [PATCH] fix: disable ssh insteadof https by default Signed-off-by: David Calvert --- .gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index cdde444..6f1fb85 100644 --- a/.gitconfig +++ b/.gitconfig @@ -33,8 +33,8 @@ tool = vscode [difftool "vscode"] cmd = code --wait --diff --new-window $LOCAL $REMOTE -[url "ssh://git@github.com"] - insteadOf = https://github.com +# [url "ssh://git@github.com"] +# insteadOf = https://github.com [url "git@github.com:"] insteadOf = gh: [init]