An open API service indexing awesome lists of open source software.

https://github.com/samc621/bb2gh

Migrate repos from Bitbucket to GitHub using an interactive CLI.
https://github.com/samc621/bb2gh

bitbucket cli git github nodejs

Last synced: about 2 months ago
JSON representation

Migrate repos from Bitbucket to GitHub using an interactive CLI.

Awesome Lists containing this project

README

          

# bb2gh

When GitHub made private repos with unlimited collaborators a free core feature in 2019, many chose to migrate from Bitbucket.

You can use this CLI to automate that migration process.

The CLI assumes that you have SSH access to pull from Bitbucket and push to GitHub.

- [Bitbucket SSH instructions](https://support.atlassian.com/bitbucket-cloud/docs/set-up-an-ssh-key)
- [GitHub SSH instructions](https://docs.github.com/en/authentication/connecting-to-github-with-ssh)

## Start

Run the following command from the root directory to start the CLI:

`$ npm start`