1
0
mirror of https://github.com/k88hudson/git-flight-rules.git synced 2025-03-10 12:48:43 -03:00

fix a typo (#170)

This commit is contained in:
lxjwlt 2017-12-13 23:12:23 +08:00 committed by Richard Littauer
parent 4a6f537157
commit d6d5c6f920

View File

@ -93,7 +93,7 @@
<a name="diff-last"></a>
### 我刚才提交了什么?
如果你用 `git commit -a` 提交了一次变化(changes),而你又不确定到底这次提交了哪些容。 你就可以用下面的命令显示当前`HEAD`上的最近一次的提交(commit):
如果你用 `git commit -a` 提交了一次变化(changes),而你又不确定到底这次提交了哪些容。 你就可以用下面的命令显示当前`HEAD`上的最近一次的提交(commit):
```sh
(master)$ git show