Skip to content

Instantly share code, notes, and snippets.

@arlm
Created December 12, 2023 12:27
Show Gist options
  • Save arlm/3ee03bbd2c5f024155c95d1a92b3b7c5 to your computer and use it in GitHub Desktop.
Save arlm/3ee03bbd2c5f024155c95d1a92b3b7c5 to your computer and use it in GitHub Desktop.
git config --global --add url."git@bitbucket.org:".insteadOf "https://bitbucket.org/"
git config --global --add url."git@gitlab.com:".insteadOf "https://gitlab.com/"
git config --global --add url."git@bitbucket.org:".insteadOf "https://bitbucket.org/"
git config --global --add url."git@github.com:".insteadOf "https://github.com/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment