We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c43a4 commit 7c94a57Copy full SHA for 7c94a57
book/02-git-basics/sections/viewing-history.asc
@@ -4,7 +4,7 @@
4
在提交了若干更新,又或者克隆了某个项目之后,你也许想回顾下提交历史。
5
完成这个任务最简单而又有效的工具是 `git log` 命令。
6
7
-我们使用一个非常简单的 ``simplegit'' 项目作为示例。
+我们使用一个非常简单的 "simplegit" 项目作为示例。
8
运行下面的命令获取该项目:
9
10
[source,console]
@@ -246,7 +246,7 @@ $ git log --since=2.weeks
246
247
[NOTE]
248
====
249
-你可以指定多个 `--author` 和 `--grep` 搜索条件,这样会只输出匹配 *任意*
+你可以指定多个 `--author` 和 `--grep` 搜索条件,这样会只输出匹配 *任意*
250
`--author` 模式和 *任意* `--grep` 模式的提交。然而,如果你添加了 `--all-match` 选项,
251
则只会输出匹配 *所有* `--grep` 模式的提交。
252
0 commit comments