Skip to content

Commit 7c94a57

Browse files
liuyunbinnetworm
authored andcommitted
修复引号误写
1 parent b0c43a4 commit 7c94a57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/02-git-basics/sections/viewing-history.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
在提交了若干更新,又或者克隆了某个项目之后,你也许想回顾下提交历史。
55
完成这个任务最简单而又有效的工具是 `git log` 命令。
66

7-
我们使用一个非常简单的 ``simplegit'' 项目作为示例。
7+
我们使用一个非常简单的 "simplegit" 项目作为示例。
88
运行下面的命令获取该项目:
99

1010
[source,console]
@@ -246,7 +246,7 @@ $ git log --since=2.weeks
246246

247247
[NOTE]
248248
====
249-
你可以指定多个 `--author` 和 `--grep` 搜索条件,这样会只输出匹配 *任意*
249+
你可以指定多个 `--author` 和 `--grep` 搜索条件,这样会只输出匹配 *任意*
250250
`--author` 模式和 *任意* `--grep` 模式的提交。然而,如果你添加了 `--all-match` 选项,
251251
则只会输出匹配 *所有* `--grep` 模式的提交。
252252
====

0 commit comments

Comments
 (0)