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.
2 parents 0a34fe8 + deb7604 commit 8c71e33Copy full SHA for 8c71e33
book/02-git-basics/sections/viewing-history.asc
@@ -128,7 +128,7 @@ Date: Sat Mar 15 10:31:28 2008 -0700
128
3 files changed, 54 insertions(+)
129
----
130
131
-正如你所看到的,`--stat` 选项在每次提交的下面列出额所有被修改过的文件、有多少文件倍修改了以及被修改过的文件的哪些行被移除或是添加了。
+正如你所看到的,`--stat` 选项在每次提交的下面列出额所有被修改过的文件、有多少文件被修改了以及被修改过的文件的哪些行被移除或是添加了。
132
在每次提交的最后还有一个总结。
133
134
另外一个常用的选项是 `--pretty`。
0 commit comments