diff options
author | picasso250 <cumt.xiaochi@gmail.com> | 2013-12-11 10:53:48 +0800 |
---|---|---|
committer | picasso250 <cumt.xiaochi@gmail.com> | 2013-12-11 10:53:48 +0800 |
commit | a78601e1cffebf61f61eda378699cd91e06488c7 (patch) | |
tree | 4fe6005b84190970c899103386cfd5a7c6c82ca5 | |
parent | 88e97eb196e58dbf5388ee3e643e2cafc5147396 (diff) | |
parent | 4e12a861065592acae6b028a399372a13e5dfb21 (diff) |
Merge remote-tracking branch 'remotes/origin/patch-5'
-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 1b93d162..4ef3ffb8 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 |