Fix writing mistake

This commit is contained in:
ccwanggl 2019-04-01 21:57:04 +08:00
parent 877bd9bf65
commit 7a3130cada

View File

@ -152,7 +152,7 @@ git diff <commit-id> <commit-id>
## 展示暂存区和最近版本的不同 ## 展示暂存区和最近版本的不同
输出**暂存区**和本地最近的版本 (commit) 的d ifferent (不同)。 输出**暂存区**和本地最近的版本 (commit) 的 different (不同)。
```sh ```sh
git diff --cached git diff --cached
``` ```