Skip to content

Instantly share code, notes, and snippets.

@xkeshav
Forked from Kovrinic/.gitconfig
Created July 15, 2024 04:45
Show Gist options
  • Save xkeshav/913537d80adbcc4dbe316b73b3c96fe2 to your computer and use it in GitHub Desktop.
Save xkeshav/913537d80adbcc4dbe316b73b3c96fe2 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