1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-22 14:23:37 +02:00

Merge remote-tracking branch 'remotes/origin/patch-4'

This commit is contained in:
picasso250
2013-12-11 10:53:44 +08:00

View File

@@ -219,7 +219,7 @@ $ git diff
# 显示索引和最近一次提交的不同
$ git diff --cached
# 显示宫缩目录和最近一次提交的不同
# 显示工作目录和最近一次提交的不同
$ git diff HEAD
```