Simple Script for migrating repos from Bitbucket to GitHub
This is yet another migration script for migrating repos from Bitbucket to GitHub. The other ones I found were great inspiration but lacked certain features.
Features:
- Uses
--mirror - Allows running multiple times
Limitations:
- DOES NOT CHECK for usage of the GitHub repo (will blow away changes)
- If changes are made to the GitHub main branch it will not allow pushing the main branch
curl -O https://raw.githubusercontent.com/gpo/migrate_bitbucket_to_github/main/bb2gh && chmod +x bb2gh./bb2gh <bitbucket_org> <github_org> --repo=<repo_name>full help text here