Commit 9745f0f7 by 刘美琴

gitlab注意事项

parent de844a8b
## web端的项目管理
+ 旧项目统一移动到web组下
+ 新项目的创建创建在web组下
### 旧项目移动到web组下面
+ 打开项目-》Settings-》Advanced settings-》Transfer project
+ 选择转换的命名空间
### 新仓库的创建创建在web组下
新建项目的时候,选择Project path为“web”,编写项目名称,新建仓库
### 更改仓地址
```
# 更改仓地址
git remote set-url origin https://gitlab.aillo.cc/web/WeCould.git
# 查看仓库地址
git remote show origin
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment