mirror of
https://gitflic.ru/project/dbi471/git-switch.git
synced 2026-02-16 02:20:48 +00:00
ebf881aac18ccb8caea5d5deab6039436ded2dbd
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
Then:
- Get GitHub token from: https://github.com/settings/tokens
- Get GitFlic token from: https://github.com/settings/tokens
If you are using 2AF into GitFlic select ssh connection using the key: --use_ssh true.
The script will copy all the necessary repositories to ./cloned-repos/<login>/<repo_name>, then push it to GitFlic
Languages
Python
100%