mirror of
https://gitflic.ru/project/dbi471/git-switch.git
synced 2025-07-01 17:55:25 +00:00
GitSwitch
Helper tools to move all you repos from GitHub into GitFlic
Installation
pip install -r requirements.txt
Usage
python main.py \
--token=<your_access_token> \
--dst_folder=<your_folder> \
--gitflic_token=<your_gitflic_token> \
--is_private=<True/False>
The script if gonna clone all the repos for a given access token under dst_folder/org_name/repo_name
Languages
Python
100%