Skip to content

Instantly share code, notes, and snippets.

@adeguet1
Created March 29, 2024 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adeguet1/0b852b5375424ac9eec2d528f07a5e87 to your computer and use it in GitHub Desktop.
Save adeguet1/0b852b5375424ac9eec2d528f07a5e87 to your computer and use it in GitHub Desktop.
Rewrite git URL using https to ssh
git config --global url."git@github.com:".insteadOf https://github.com/
git config --global url."git://".insteadOf https://
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment