Explorar el Código

Merge branch 'dev' of http://101.36.160.140:21044/crk-java-qinghai/armyfoodSrcQh into dev

tangsong hace 3 meses
padre
commit
6c2494cc9f
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      pushZhengWuYun.bat

+ 8 - 0
pushZhengWuYun.bat

@@ -0,0 +1,8 @@
1
+:: 设置政务云远程
2
+git remote add zhengwuyun http://172.18.93.254:8080/crk-java-qinghai/armyfoodsrcqh.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