We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ba115 commit 5baac9cCopy full SHA for 5baac9c
.gitignore
@@ -1,3 +1,5 @@
1
_site
2
*~
3
\.*.swp
4
+.gitignore
5
+.DS_Store
zh/basic/index.html
@@ -458,7 +458,7 @@ <h4>
458
1 files changed, 2 insertions(+), 1 deletions(-)
459
</pre>
460
461
- <p>注意,如果您如果您不缓存改动,直接执行 <code>git commit</code>,Git 会直接给出 <code>git status</code> 命令的输出,提醒您啥也没缓存。我已将该消息中的重要部分高亮,它说没有添加需要提交的缓存。如果您使用 <code>-a</code>,它会缓存并提交每个改动(不含新文件)。
+ <p>注意,如果您不缓存改动,直接执行 <code>git commit</code>,Git 会直接给出 <code>git status</code> 命令的输出,提醒您啥也没缓存。我已将该消息中的重要部分高亮,它说没有添加需要提交的缓存。如果您使用 <code>-a</code>,它会缓存并提交每个改动(不含新文件)。
462
</p>
463
464
<p>
@@ -562,7 +562,7 @@ <h2>
562
563
564
<h4>
565
- git mv
+ git rm
566
<small>git rm --cached orig; mv orig new; git add new</small>
567
</h4>
568
0 commit comments