Skip to content

Instantly share code, notes, and snippets.

@coaperator
Forked from Kovrinic/.gitconfig
Created September 29, 2022 17:21
Show Gist options
  • Save coaperator/0253a06543adfc11a9a350eb5e75b4ab to your computer and use it in GitHub Desktop.
Save coaperator/0253a06543adfc11a9a350eb5e75b4ab 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