8000 fix typo. · lisongyu/github-cheat-sheet@21b1a7a · GitHub
[go: up one dir, main page]

Skip to content

Commit 21b1a7a

Browse files
committed
fix typo.
1 parent 5e8dd32 commit 21b1a7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.zh-cn.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ Github上使用最多的5个表情符号是:
352352
![Just a screenshot](http://i.imgur.com/J5bMf7S.png)
353353

354354
### 快速引用
355-
在注释话题里引用之前某个人所说的,只需选中文本,然后按 `r`键,想要的就会以引用的形式复制到你的输入框里。
355+
在主题评论中引用之前某个人所说的,只需选中文本,然后按 `r`键,想要的就会以引用的形式复制到你的输入框里。
356356

357357
![Quick Quote](https://f.cloud.github.com/assets/296432/124483/b0fa6204-6ef0-11e2-83c3-256c37fa7abc.gif)
358358

@@ -690,7 +690,7 @@ $ git status
690690
$ git status -sb
691691
```
692692

693-
这回得到:
693+
这会得到:
694694

695695
![git status -sb](http://i.imgur.com/xNI1bT0.png)
696696

@@ -749,7 +749,7 @@ $ git branch --no-merged
749749
[*进一步了解 Git `branch` 命令.*](http://git-scm.com/docs/git-branch)
750750

751751
### 使用网页查看本地仓库
752-
使用Git的 `instaweb` 可以立即在 `gitweb`中浏览你的工作仓库。这个命令是个简单的脚步,配置了`gitweb`和用来浏览本地仓库的Web服务器。*(译者注:默认需要lighttpd支持)*
752+
使用Git的 `instaweb` 可以立即在 `gitweb`中浏览你的工作仓库。这个命令是个简单的脚本,配置了`gitweb`和用来浏览本地仓库的Web服务器。*(译者注:默认需要lighttpd支持)*
753753

754754
```bash
755755
$ git instaweb

0 commit comments

Comments
 (0)
0