Compare commits

..

1 Commits

Author SHA1 Message Date
Sushu19 f564de2cc2 readme 2020-11-03 10:06:05 +08:00
2 changed files with 9 additions and 19 deletions

View File

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

View File

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