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 b64be12 commit 00b6c1fCopy full SHA for 00b6c1f
book/02-git-basics/sections/viewing-history.asc
@@ -90,7 +90,7 @@ index a0a60ae..47c6340 100644
90
\ No newline at end of file
91
----
92
93
-该选项除了显示基本信息之外,还在附带了每次 commit 的变化。
+该选项除了显示基本信息之外,还附带了每次 commit 的变化。
94
当进行代码审查,或者快速浏览某个搭档提交的 commit 所带来的变化的时候,这个参数就非常有用了。
95
你也可以为 `git log` 附带一系列的总结性选项。
96
比如说,如果你想看到每次提交的简略的统计信息,你可以使用 `--stat` 选项:
0 commit comments