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
- Host: GitHub
- URL: https://github.com/nekonenene/gtob
- Owner: nekonenene
- Created: 2016-11-30T18:51:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-06T01:29:49.000Z (about 9 years ago)
- Last Synced: 2025-05-29T15:12:53.112Z (about 1 year ago)
- Topics: bitbucket, github, shell, shell-script
- Language: Shell
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```