File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ Github上使用最多的5个表情符号是:
352
352
![ Just a screenshot] ( http://i.imgur.com/J5bMf7S.png )
353
353
354
354
### 快速引用
355
- 在注释话题里引用之前某个人所说的 ,只需选中文本,然后按 ` r ` 键,想要的就会以引用的形式复制到你的输入框里。
355
+ 在主题评论中引用之前某个人所说的 ,只需选中文本,然后按 ` r ` 键,想要的就会以引用的形式复制到你的输入框里。
356
356
357
357
![ Quick Quote] ( https://f.cloud.github.com/assets/296432/124483/b0fa6204-6ef0-11e2-83c3-256c37fa7abc.gif )
358
358
@@ -690,7 +690,7 @@ $ git status
690
690
$ git status -sb
691
691
```
692
692
693
- 这回得到 :
693
+ 这会得到 :
694
694
695
695
![ git status -sb] ( http://i.imgur.com/xNI1bT0.png )
696
696
@@ -749,7 +749,7 @@ $ git branch --no-merged
749
749
[ * 进一步了解 Git ` branch ` 命令.* ] ( http://git-scm.com/docs/git-branch )
750
750
751
751
### 使用网页查看本地仓库
752
- 使用Git的 ` instaweb ` 可以立即在 ` gitweb ` 中浏览你的工作仓库。这个命令是个简单的脚步 ,配置了` gitweb ` 和用来浏览本地仓库的Web服务器。* (译者注:默认需要lighttpd支持)*
752
+ 使用Git的 ` instaweb ` 可以立即在 ` gitweb ` 中浏览你的工作仓库。这个命令是个简单的脚本 ,配置了` gitweb ` 和用来浏览本地仓库的Web服务器。* (译者注:默认需要lighttpd支持)*
753
753
754
754
``` bash
755
755
$ git instaweb
You can’t perform that action at this time.
0 commit comments