Skip to content

Instantly share code, notes, and snippets.

@ibm-thanatcha
Forked from Kovrinic/.gitconfig
Created May 23, 2023 10:10
Show Gist options
  • Save ibm-thanatcha/b9d651f788c150118ca8829d8e4efda2 to your computer and use it in GitHub Desktop.
Save ibm-thanatcha/b9d651f788c150118ca8829d8e4efda2 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