Skip to content

Instantly share code, notes, and snippets.

@kilavki
Forked from Kovrinic/.gitconfig
Created September 12, 2022 14:33
Show Gist options
  • Save kilavki/b833c3f4f186166377d0e7c1fe6207c9 to your computer and use it in GitHub Desktop.
Save kilavki/b833c3f4f186166377d0e7c1fe6207c9 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