Skip to content

Instantly share code, notes, and snippets.

@DukeyToo
Forked from Kovrinic/.gitconfig
Created March 11, 2020 14:49
Show Gist options
  • Save DukeyToo/e9628d90ebed6e6730df88d3fa28789b to your computer and use it in GitHub Desktop.
Save DukeyToo/e9628d90ebed6e6730df88d3fa28789b 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