Skip to content

Instantly share code, notes, and snippets.

@guneysus
Forked from Kovrinic/.gitconfig
Created April 24, 2023 09:51
Show Gist options
  • Save guneysus/51781fa0a6b81ab32a4328d321a0ee82 to your computer and use it in GitHub Desktop.
Save guneysus/51781fa0a6b81ab32a4328d321a0ee82 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