5 次代码提交 0f68620121 ... 172e7a9ed2

作者 SHA1 备注 提交日期
  makeyangcom 172e7a9ed2 Merge branch '2.0.0' of github.com:makeryangcom/Engine2D into 2.0.0 8 月之前
  makeyangcom 5da60da323 2.0.0 8 月之前
  makeryangcom 531733951b 1.0.0 8 月之前
  makeyangcom f7789ea9f6 2.0.0 8 月之前
  makeyangcom e9d167fe72 2.0.0 8 月之前
共有 2 个文件被更改,包括 19 次插入1 次删除
  1. 1 1
      push.bat
  2. 18 0
      tools/help.sh

+ 1 - 1
push.bat

@@ -1,2 +1,2 @@
 @echo off
-git add .;git commit -m "main";git push origin main
+git add . && git commit -m "main" && git push origin main

+ 18 - 0
tools/help.sh

@@ -21,6 +21,24 @@ git add .;git commit -m "main";git push origin main
 ./push.bat
 ```
 
+### 将服务器中项目替换为自己的项目
+
+```shell
+ssh root@172.20.74.71
+```
+
+```shell
+cd /opt
+```
+
+```shell
+sudo rm -rf Engine2D
+```
+
+```shell
+sudo chmod +x tools/*.sh
+```
+
 ### GoLand编辑器配置
 
 > 根据课程配置GoLang代理,加速依赖库的下载