- :: 设置政务云远程
- git remote add zhengwuyun http://172.18.93.254:8080/depot-qinghai/depot-agent-qinghai.git
- :: 强制切换紫光云远程master分支
- git checkout -B master --end-of-options remotes/origin/master --
- :: 拉取紫光云远程master代码
- git pull origin master
- :: 推送到政务云远程
- git push zhengwuyun master:main -f
|