refactor: .devops/未命名项目.yml
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
reposync
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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.txtpython3 main.pyrun the sync script locally
python3 sync.pyfrontend
Refer the web readme
docker
docker pull XXX:latestdocker run -p 8000:8000 -d XXX bash start.sh -s backendHow to use it