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.
- Host: GitHub
- URL: https://github.com/samc621/bb2gh
- Owner: samc621
- Created: 2021-12-05T22:34:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T03:01:19.000Z (about 4 years ago)
- Last Synced: 2025-10-05T14:23:31.124Z (9 months ago)
- Topics: bitbucket, cli, git, github, nodejs
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`