Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/02-git-basics/sections/viewing-history.asc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[_viewing_history]]
=== 查看提交历史

在提交了若干更新,又或者克隆了某个项目之后,你也许想回顾下提交历史.
在提交了若干更新,又或者克隆了某个项目之后,你也许想回顾下提交历史
完成这个任务最简单而又有效的工具是 `git log` 命令。

接下来的例子会用我专门用于演示的 simplegit 项目,
Expand Down