Skip to content

Commit

Permalink
feat: use ssh insteadof https on github
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 a31c1d5 commit 03424d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
tool = vscode
[difftool "vscode"]
cmd = code --wait --diff --new-window $LOCAL $REMOTE
[url "ssh://[email protected]"]
insteadOf = https://github.com
[url "[email protected]:"]
insteadOf = gh:
[init]
Expand Down

0 comments on commit 03424d3

Please sign in to comment.