@ -1,14 +1,3 @@
#### 从命令行创建一个新的仓库
```bash
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://bdgit.educoder.net/p64gwc9hl/order-food.git
git push -u origin master
```
#### 从命令行推送已经创建的仓库
@ -17,3 +6,4 @@ git remote add origin https://bdgit.educoder.net/p64gwc9hl/order-food.git