2 года назад
История
README.md
GitSwitch
Русская локализация: нажать сюда
A tool that will help you copy repositories from GitHub into GitFlic.
Installation
# Shell
$ pip3 install -r requirements.txt
If you don’t have python installed, download it from http://python.org/.
Usage
# Shell
$ python3 main.py --help
Usage: main.py [OPTIONS]
Options:
--gf_token TEXT Your GitFlic token. [required]
--gh_token TEXT Your GitHub token. [required]
--clone_folder PATH Directory where to download repositories.
--apply_private Need to copy private repositories?
--apply_organisations Need to copy organisations repositories?
--use_ssh Use SSH mode to upload repositories.
--help Show this message and exit.
Then:
- Get GitHub token from: https://github.com/settings/tokens
- Get GitFlic token from: https://gitflic.ru/settings/oauth/token
If you are using 2AF into GitFlic select ssh connection using the key: --use_ssh
.
The script will copy all the necessary repositories to ./cloned-repos/<login>/<repo_name>
, then push it to GitFlic
Описание
A tool for copying a repository from github to gitflic
Конвейеры
0 успешных
0 с ошибкой