pushZhengWuYun.bat 342 B

12345678
  1. :: 设置政务云远程
  2. git remote add zhengwuyun http://172.18.93.254:8080/depot-qinghai/depot-timer-task.git
  3. :: 强制切换紫光云远程master分支
  4. git checkout -B master --end-of-options remotes/origin/master --
  5. :: 拉取紫光云远程master代码
  6. git pull origin master
  7. :: 推送到政务云远程
  8. git push zhengwuyun master:main -f