Skip to content

Commit

Permalink
Merge pull request progit#279 from ChrisChan2015/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
networm committed Aug 25, 2015
2 parents 0a34fe8 + deb7604 commit 8c71e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/02-git-basics/sections/viewing-history.asc
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Date: Sat Mar 15 10:31:28 2008 -0700
3 files changed, 54 insertions(+)
----

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

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

0 comments on commit 8c71e33

Please sign in to comment.