Compare commits

..

2 Commits

Author SHA1 Message Date
starlee 3d2a4b509a 合并
合并
2020-11-03 13:37:18 +08:00
Sushu19 696a4ce48d zy 在qipan文件中添加了第四行代码 2020-11-03 09:59:23 +08:00
2 changed files with 19 additions and 9 deletions

View File

@ -1,11 +1,20 @@
五子棋课程设计
#### 从命令行创建一个新的仓库
# 代码组织结构
UI 前端页面代码
Algorithm 后端算法代码
```bash
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://git.trustie.net/starlee/WZQ-Game.git
git push -u origin master
```
#### 从命令行推送已经创建的仓库
```bash
git remote add origin https://git.trustie.net/starlee/WZQ-Game.git
git push -u origin master
```
# 成员
lzx
zqb
zy

View File

@ -1,3 +1,4 @@
第一行
第二行
第三行
第三行
zy 添加了第四行代码