This commit is contained in:
fatiao 2025-03-02 11:32:37 +08:00
parent 2aa1180d01
commit 7cb1bea863

View File

@ -285,10 +285,14 @@ OnConfigMgrInited->InitMgr->LuaMain:Init->LuaMain:Start->LuaMain:Update->LuaMain
| Assets/Lua/UI |所有的UI逻辑vc
**使用git bash同步两个目录**
**使用 git bash 同步两个目录**
git config --global --add safe.directory /d/ro-webgl-remote/.git
git remote add ro-webgl-remote /d/ro-webgl-remote
git push ro-webgl-remote bblgl-c106
git pull ro-webgl-remote bblgl-c106
git push -u origin bblgl-c106