Last active
November 30, 2023 23:22
-
-
Save SmallEndian/80a2bff6bd8e4104756712d0b493a623 to your computer and use it in GitHub Desktop.
Automagically convert https to ssh for git links
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git config --global url.ssh://git@github.com/.insteadOf https://github.com/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment