Skip to content

Commit

Permalink
fix: disable ssh insteadof https by default
Browse files Browse the repository at this point in the history
Signed-off-by: David Calvert <[email protected]>
  • Loading branch information
dotdc committed Oct 18, 2023
1 parent 03424d3 commit 30cc5d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
tool = vscode
[difftool "vscode"]
cmd = code --wait --diff --new-window $LOCAL $REMOTE
[url "ssh://[email protected]"]
insteadOf = https://github.com
# [url "ssh://[email protected]"]
# insteadOf = https://github.com
[url "[email protected]:"]
insteadOf = gh:
[init]
Expand Down

0 comments on commit 30cc5d0

Please sign in to comment.