Skip to content

Commit 30cc5d0

Browse files
committed
fix: disable ssh insteadof https by default
Signed-off-by: David Calvert <[email protected]>
1 parent 03424d3 commit 30cc5d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
tool = vscode
3434
[difftool "vscode"]
3535
cmd = code --wait --diff --new-window $LOCAL $REMOTE
36-
[url "ssh://[email protected]"]
37-
insteadOf = https://github.com
36+
# [url "ssh://[email protected]"]
37+
# insteadOf = https://github.com
3838
3939
insteadOf = gh:
4040
[init]

0 commit comments

Comments
 (0)