ソースを参照

推送政务云脚本:需要可以访问紫光云,政务云的机器上执行。

wyb 3 ヶ月 前
コミット
4c36a0d8a7
共有1 個のファイルを変更した8 個の追加0 個の削除を含む
  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/depot-qinghai/depot-device-qinghai.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