summaryrefslogtreecommitdiffhomepage
path: root/zh-cn
diff options
context:
space:
mode:
authorRyan <cumt.xiaochi@gmail.com>2013-12-10 22:11:42 +0800
committerRyan <cumt.xiaochi@gmail.com>2013-12-10 22:11:42 +0800
commit9573bcce9fa5f4ed931442930199b8bdca6064bb (patch)
tree4a80ada25c6ce231ef4a12e55ca92a3d19a0a8eb /zh-cn
parentd13b4766f8c900a56a52c1e8f4a997b1762efe1c (diff)
typo
Diffstat (limited to 'zh-cn')
-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
```