Skip to content

Instantly share code, notes, and snippets.

@adeguet1
Created March 29, 2024 15:48
Show Gist options
  • 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."[email protected]:".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