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 fe06fcd commit 6e25a6eCopy full SHA for 6e25a6e
book/02-git-basics/sections/viewing-history.asc
@@ -206,7 +206,7 @@ $ git log --pretty=format:"%h %s" --graph
206
这种输出类型会在我们下一章学完分支与合并以后变得更加有趣。
207
208
以上只是简单介绍了一些 `git log` 命令支持的选项。
209
-<<log_options>> 列出了我们目前涉及到的和没涉及到的选项,已经它们是如何影响 log 命令的输出的:
+<<log_options>> 列出了我们目前涉及到的和没涉及到的选项,以及它们是如何影响 log 命令的输出的:
210
211
[[log_options]]
212
.`git log` 的常用选项
0 commit comments