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

https://github.com/nekonenene/gtob

Migrate your repository from GitHub to Bitbucket
https://github.com/nekonenene/gtob

bitbucket github shell shell-script

Last synced: about 2 months ago
JSON representation

Migrate your repository from GitHub to Bitbucket

Awesome Lists containing this project

README

          

# gtob : Migrate GitHub repository to Bitbucket

## Usage

```
$ gtob -U github_repository_url -u bitbucket_username
```

## Requirements

* SSH access to Bitbucket

## Installation

### install

clone this repository and move to the top directory

```
git clone git@github.com:nekonenene/gtob.git && cd gtob
```

and...

```
make install
```

### uninstall

move to the top directory and...

```
make uninstall
```