Skip to content

Instantly share code, notes, and snippets.

@teserak
Forked from Kovrinic/.gitconfig
Created July 21, 2020 05:01
Show Gist options
  • Save teserak/d0ac9144ca1e725af845d8bd4541c49e to your computer and use it in GitHub Desktop.
Save teserak/d0ac9144ca1e725af845d8bd4541c49e 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