diff options
author | Ryan <cumt.xiaochi@gmail.com> | 2013-12-10 22:11:42 +0800 |
---|---|---|
committer | Ryan <cumt.xiaochi@gmail.com> | 2013-12-10 22:11:42 +0800 |
commit | 9573bcce9fa5f4ed931442930199b8bdca6064bb (patch) | |
tree | 4a80ada25c6ce231ef4a12e55ca92a3d19a0a8eb /zh-cn/git-cn.html.markdown | |
parent | d13b4766f8c900a56a52c1e8f4a997b1762efe1c (diff) |
typo
Diffstat (limited to 'zh-cn/git-cn.html.markdown')
-rwxr-xr-x | zh-cn/git-cn.html.markdown | 2 |
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 ``` |