Skip to content

Instantly share code, notes, and snippets.

@avkosme
Forked from Kovrinic/.gitconfig
Created November 19, 2022 03:23
Show Gist options
  • Save avkosme/919334ea2a7e387bad585b3993da1571 to your computer and use it in GitHub Desktop.
Save avkosme/919334ea2a7e387bad585b3993da1571 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