Compare commits

...

1 Commits

Author SHA1 Message Date
Sushu19 f564de2cc2 readme 2020-11-03 10:06:05 +08:00
1 changed files with 8 additions and 17 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