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]