This commit is contained in:
路 范
2021-09-06 17:26:02 +08:00
parent 6a5621b85c
commit 0b007a2d63
102 changed files with 102473 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
先登录root账号, 新建仓库
然后本地关联仓库
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin http://118.178.224.202:3000/ewide/WorkOrderSys.git
git push -u origin master
仓库设置->协作组增加Developer
本地提交测试是否关联
git submodule add <repository> [<path>] 增加子模块
git submodule add http://118.178.224.202:3000/ewide/ewide_core framework
初始化子模块中的子模块
git submodule update --init
切换到framework目录 创建分支
cd .....\framework
git branch zsxt_nbzs_h5
查看所有分支
git branch -a
切换到新建的分支
git checkout zsxt_nbzs_h5
打开项目vs,增加类库