Skip to content

Instantly share code, notes, and snippets.

@lktslionel
Forked from Kovrinic/.gitconfig
Created September 2, 2019 09:30
Show Gist options
  • Save lktslionel/29b6bec8651b6acbf9c6ef7875027271 to your computer and use it in GitHub Desktop.
Save lktslionel/29b6bec8651b6acbf9c6ef7875027271 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