https://github.com/migratron/bitbucket2github
👌 Bitbucket2Github migration tool. Transfer single or many repositories to Github with full history.
https://github.com/migratron/bitbucket2github
bitbucket github migration pwnlabs transfer
Last synced: about 1 month ago
JSON representation
👌 Bitbucket2Github migration tool. Transfer single or many repositories to Github with full history.
- Host: GitHub
- URL: https://github.com/migratron/bitbucket2github
- Owner: migratron
- License: mit
- Created: 2020-08-02T12:52:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-28T11:33:43.000Z (almost 5 years ago)
- Last Synced: 2025-07-21T10:34:25.026Z (11 months ago)
- Topics: bitbucket, github, migration, pwnlabs, transfer
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bitbucket2Github
Easy to use nodejs-based scripts for migrate Bitbucket repositories to Github repositories.
## Setup
Height.go is written in TypeScript and uses ESM loader.
1. `git clone git@github.com:f00b4r/bitbucket2github.git`
2. `npm install`
3. `cp .env.dist .evn`
4. `./b2g bin/[name]`
## Usage
```
./b2g bin/1-collect.ts
./b2g bin/2-create.ts
./b2g bin/3-push.ts
```