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

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.

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
```