修复与更正 (#337)

* Update 06.4.md

标点符号错误

* Update 06.5.md

* Update 06.6.md

* Update 06.8.md

修正上一节目录索引错误

* Update 06.8.md

* Update 07.0.md

* Update 07.1.md

* Update 07.6.md

用词不统一

* Update 08.0.md

* Update 08.6.md

用词不统一

* Update 09.0.md

* Update 09.5.md

修改不通顺

* 拼写错误

[建议加上`git remote -v`](https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/)

* Update 10.0.md

* 统一风格

* 调整位置,保证最后一行可以输出

* 保证最后一行可以输出

* 格式

* markdown 修改
This commit is contained in:
AutuanLiu
2017-03-30 07:03:39 +08:00
committed by 无闻
parent 967fe1e04c
commit 6d3f1902ba
17 changed files with 23 additions and 22 deletions

View File

@@ -24,7 +24,7 @@
在云端创建一个新的 uc 仓库;发布的指令为(`NNNN` 替代用户名):
```
git remote add orign git@github.com:NNNN/uc.git
git remote add origin git@github.com:NNNN/uc.git
git push -u origin master
```