diff options
author | Ryan <cumt.xiaochi@gmail.com> | 2013-12-10 22:17:51 +0800 |
---|---|---|
committer | Ryan <cumt.xiaochi@gmail.com> | 2013-12-10 22:17:51 +0800 |
commit | 4e12a861065592acae6b028a399372a13e5dfb21 (patch) | |
tree | a53486c327ae417ac2a48e9bd4abd5bfd8ec35bf /zh-cn/git-cn.html.markdown | |
parent | d13b4766f8c900a56a52c1e8f4a997b1762efe1c (diff) |
fix typo
or that is not a typo?
I'm not sure, so I request a pull, you make the choice.
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..6a45bd9e 100755 --- a/zh-cn/git-cn.html.markdown +++ b/zh-cn/git-cn.html.markdown @@ -349,7 +349,7 @@ $ git reset --hard 31f2bb1 ### rm -和add相反,从工作空间中去掉某个文件爱你 +和add相反,从工作空间中去掉某个文件 ```bash # 移除 HelloWorld.c |