Skip to content

Instantly share code, notes, and snippets.

@tauqeernasir
Forked from Kovrinic/.gitconfig
Created October 7, 2021 05:47
Show Gist options
  • Save tauqeernasir/c51da62ce8c4d179b82eaa703c60c8c6 to your computer and use it in GitHub Desktop.
Save tauqeernasir/c51da62ce8c4d179b82eaa703c60c8c6 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