DEV Community

Discussion on: Do you clone Git repos via HTTPS or SSH?

Collapse
 
androbin profile image
Robin Richtsfeld

For my Windows setup, I have configured git to automagically replace HTTPS with SSH on the fly:
git config --global url.ssh://git@github.com/.insteadOf github.com

Collapse
 
maxwellb profile image
Maxwell Bloch

What sorcery is this?