When GitHub made private repos with unlimited collaborators a free core feature in 2019, many chose to migrate from Bitbucket.
You can use this script to automate that migration process.
The script assumes that you have SSH access to pull from Bitbucket and push to GitHub.
Add the following variables to your environment:
- BB_USERNAME
- BB_PASSWORD
- BB_ORGANIZATION
- GH_USERNAME
- GH_PASSWORD
- GH_ORGANIZATION
Run the following command from the root directory:
$ npm start