Skip to content

Instantly share code, notes, and snippets.

@eahydra
Forked from Kovrinic/.gitconfig
Created October 11, 2020 08:46
Show Gist options
  • Save eahydra/c1ddc6877bb092d518f954ad877bc583 to your computer and use it in GitHub Desktop.
Save eahydra/c1ddc6877bb092d518f954ad877bc583 to your computer and use it in GitHub Desktop.
git global url insteadOf setup
# one or the other, NOT both
[url "https://github"]
insteadOf = git://github
# or
[url "[email protected]:"]
insteadOf = git://github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment