Skip to content

Instantly share code, notes, and snippets.

@jasonzlai
Forked from Kovrinic/.gitconfig
Created April 24, 2020 23:06
Show Gist options
  • Save jasonzlai/17d6c27f65e429ffbdbbb3b8e04ba13e to your computer and use it in GitHub Desktop.
Save jasonzlai/17d6c27f65e429ffbdbbb3b8e04ba13e 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