Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jianlizh429/migrate2github
migrate repo to github
https://github.com/jianlizh429/migrate2github
Last synced: about 2 months ago
JSON representation
migrate repo to github
- Host: GitHub
- URL: https://github.com/jianlizh429/migrate2github
- Owner: JianliZh429
- Created: 2020-06-30T18:02:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:01:40.000Z (about 2 years ago)
- Last Synced: 2024-04-14T03:50:27.018Z (9 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# migrate2github
Migrate repositories to github from other VCS like bitbucket etc.## Supported
- bitbucket -> github## How to use
### Migrate from bitbucket to github
The `bitbucket_2_github.py` script is to migrate *all the repositories* of the `project`
on the bitbucket `workspace` to github, the new repositories will be owned by the specified `org`
if `org` is specified, otherwise, the `org` is empty or null, the new repositories will be owned
by `user`
#### Two steps
1. Fill the conf.yaml in conf dir
2. Run bitbucket_2_github.py
```shell script
python bitbucket_2_github.py
```