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