Skip to content

Instantly share code, notes, and snippets.

@evkuzin
Last active October 4, 2021 13:57
Show Gist options
  • Select an option

  • Save evkuzin/415b3e288354e8d4ec19239f0679a7be to your computer and use it in GitHub Desktop.

Select an option

Save evkuzin/415b3e288354e8d4ec19239f0679a7be to your computer and use it in GitHub Desktop.
# Github:
```
git config --global url."[email protected]:".insteadOf "https://github.com/"
```
# BitBucket:
```
git config --global url."[email protected]:".insteadOf "https://bitbucket.org/"
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment