diff options
author | Nami-Doc <vendethiel@hotmail.fr> | 2013-12-11 00:43:12 -0800 |
---|---|---|
committer | Nami-Doc <vendethiel@hotmail.fr> | 2013-12-11 00:43:12 -0800 |
commit | e9d35278a538ab87f337691104b2d8d2a13efbdd (patch) | |
tree | 4fe6005b84190970c899103386cfd5a7c6c82ca5 /zh-cn/git-cn.html.markdown | |
parent | d13b4766f8c900a56a52c1e8f4a997b1762efe1c (diff) | |
parent | a78601e1cffebf61f61eda378699cd91e06488c7 (diff) |
Merge pull request #444 from picasso250/master
[bash/zh-cn][git/zh-cn][java/zh-cn][python/zh-cn] typo
Diffstat (limited to 'zh-cn/git-cn.html.markdown')
-rwxr-xr-x | zh-cn/git-cn.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zh-cn/git-cn.html.markdown b/zh-cn/git-cn.html.markdown index 86952eba..4ef3ffb8 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 ``` @@ -349,7 +349,7 @@ $ git reset --hard 31f2bb1 ### rm -和add相反,从工作空间中去掉某个文件爱你 +和add相反,从工作空间中去掉某个文件 ```bash # 移除 HelloWorld.c |