Skip to content

Commit 8c71e33

Browse files
committed
Merge pull request #279 from ChrisChan2015/patch-1
Fix typo
2 parents 0a34fe8 + deb7604 commit 8c71e33

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
@@ -128,7 +128,7 @@ Date: Sat Mar 15 10:31:28 2008 -0700
128128
3 files changed, 54 insertions(+)
129129
----
130130

131-
正如你所看到的,`--stat` 选项在每次提交的下面列出额所有被修改过的文件、有多少文件倍修改了以及被修改过的文件的哪些行被移除或是添加了
131+
正如你所看到的,`--stat` 选项在每次提交的下面列出额所有被修改过的文件、有多少文件被修改了以及被修改过的文件的哪些行被移除或是添加了
132132
在每次提交的最后还有一个总结。
133133

134134
另外一个常用的选项是 `--pretty`。

0 commit comments

Comments
 (0)