You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
233 B

4 years ago
#### 从命令行推送已经创建的仓库
```bash
git remote add origin https://bdgit.educoder.net/p64gwc9hl/order-food.git
git push -u origin master
```
4 years ago
### 说明文档
**相关模块页面对应html文件夹下的文件**
4 years ago