Skip to content

Instantly share code, notes, and snippets.

@evkuzin
Last active October 4, 2021 13:57
Show Gist options
  • Save evkuzin/415b3e288354e8d4ec19239f0679a7be to your computer and use it in GitHub Desktop.
Save evkuzin/415b3e288354e8d4ec19239f0679a7be to your computer and use it in GitHub Desktop.
# Github:
```
git config --global url."git@github.com:".insteadOf "https://github.com/"
```
# BitBucket:
```
git config --global url."git@bitbucket.org:".insteadOf "https://bitbucket.org/"
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment