Skip to content

Commit 03424d3

Browse files
committed
feat: use ssh insteadof https on github
Signed-off-by: David Calvert <[email protected]>
1 parent a31c1d5 commit 03424d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +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
3638
3739
insteadOf = gh:
3840
[init]

0 commit comments

Comments
 (0)