Skip to content

Instantly share code, notes, and snippets.

@SmallEndian
Last active November 30, 2023 23:22
Show Gist options
  • Select an option

  • Save SmallEndian/80a2bff6bd8e4104756712d0b493a623 to your computer and use it in GitHub Desktop.

Select an option

Save SmallEndian/80a2bff6bd8e4104756712d0b493a623 to your computer and use it in GitHub Desktop.
Automagically convert https to ssh for git links
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