Merge pull request ‘修复关于强制仓库覆盖的问题’ (#1) from develop into master
ob-repository-synchronize is a small tool which can help engineer to master their open source production’s code synchronization between GitHub, Gitee, CodeChina, internal repository and so on.
[!NOTE] Run the code in python 3.9
pip3 install -r requirement.txt
python3 main.py
python3 sync.py
Refer the web readme
docker pull XXX:latest
docker run -p 8000:8000 -d XXX bash start.sh -s backend
ob的仓库同步机制
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
ob-repository-synchronize
Description
ob-repository-synchronize is a small tool which can help engineer to master their open source production’s code synchronization between GitHub, Gitee, CodeChina, internal repository and so on.
Principle
Base on git rebase
Base on git diff
backend
requirement
how to install
pip3 install -r requirement.txt
python3 main.py
run the sync script locally
python3 sync.py
frontend
Refer the web readme
docker
docker pull XXX:latest
docker run -p 8000:8000 -d XXX bash start.sh -s backend
How to use it