Skip to content

Commit 6e25a6e

Browse files
ijessienetworm
authored andcommitted
corrected a misspelling (#296)
1 parent fe06fcd commit 6e25a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ $ git log --pretty=format:"%h %s" --graph
206206
这种输出类型会在我们下一章学完分支与合并以后变得更加有趣。
207207

208208
以上只是简单介绍了一些 `git log` 命令支持的选项。
209-
<<log_options>> 列出了我们目前涉及到的和没涉及到的选项,已经它们是如何影响 log 命令的输出的:
209+
<<log_options>> 列出了我们目前涉及到的和没涉及到的选项,以及它们是如何影响 log 命令的输出的:
210210

211211
[[log_options]]
212212
.`git log` 的常用选项

0 commit comments

Comments
 (0)