Skip to content

Instantly share code, notes, and snippets.

@goldenratio
Created October 26, 2025 20:45
Show Gist options
  • Select an option

  • Save goldenratio/b371df3feeb444eedefbe267fe58095d to your computer and use it in GitHub Desktop.

Select an option

Save goldenratio/b371df3feeb444eedefbe267fe58095d to your computer and use it in GitHub Desktop.
You could simply add a second remote:
```
git remote add bitbucket /url/to/am/empty/bitbucket/repo
```
and push everything to bitbucket:
```
git push --mirror bitbucket
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment