From 03424d3c08c10d7ea5d7de5e7b57c1f8785eb2a0 Mon Sep 17 00:00:00 2001 From: David Calvert Date: Wed, 18 Oct 2023 11:38:23 +0200 Subject: [PATCH] feat: use ssh insteadof https on github Signed-off-by: David Calvert --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index ac47a93..cdde444 100644 --- a/.gitconfig +++ b/.gitconfig @@ -33,6 +33,8 @@ tool = vscode [difftool "vscode"] cmd = code --wait --diff --new-window $LOCAL $REMOTE +[url "ssh://git@github.com"] + insteadOf = https://github.com [url "git@github.com:"] insteadOf = gh: [init]