Skip to content

Instantly share code, notes, and snippets.

@bytemain
Forked from Kovrinic/.gitconfig
Created April 19, 2023 02:57
Show Gist options
  • Save bytemain/0d7d1fde424cb1320f9d6840d9cbbfaa to your computer and use it in GitHub Desktop.
Save bytemain/0d7d1fde424cb1320f9d6840d9cbbfaa 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