summaryrefslogtreecommitdiffhomepage
path: root/zh-cn/git-cn.html.markdown
diff options
context:
space:
mode:
authorpicasso250 <cumt.xiaochi@gmail.com>2013-12-11 10:53:44 +0800
committerpicasso250 <cumt.xiaochi@gmail.com>2013-12-11 10:53:44 +0800
commit88e97eb196e58dbf5388ee3e643e2cafc5147396 (patch)
tree027cf9c684e2a670f134791cde508a21208ec26b /zh-cn/git-cn.html.markdown
parent943dbf9f6a018ab94b8a569a7a8d982a20702ef7 (diff)
parent9573bcce9fa5f4ed931442930199b8bdca6064bb (diff)
Merge remote-tracking branch 'remotes/origin/patch-4'
Diffstat (limited to 'zh-cn/git-cn.html.markdown')
-rwxr-xr-xzh-cn/git-cn.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/git-cn.html.markdown b/zh-cn/git-cn.html.markdown
index 86952eba..1b93d162 100755
--- a/zh-cn/git-cn.html.markdown
+++ b/zh-cn/git-cn.html.markdown
@@ -219,7 +219,7 @@ $ git diff
# 显示索引和最近一次提交的不同
$ git diff --cached
-# 显示宫缩目录和最近一次提交的不同
+# 显示工作目录和最近一次提交的不同
$ git diff HEAD
```