summaryrefslogtreecommitdiffstats
path: root/git-rm.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
commitfce7c7e1549d1a2a2b0faf5952378236eed4d468 (patch)
treeffce2ae419b52786a0e567f4fddaadd89016f62c /git-rm.html
parentbb8e996adf4293a0b624fe77e95e12ae8d1faed9 (diff)
downloadgit-htmldocs-fce7c7e1549d1a2a2b0faf5952378236eed4d468.tar.gz
Autogenerated HTML docs for v1.5.6.1-156-ge903b
Diffstat (limited to 'git-rm.html')
-rw-r--r--git-rm.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/git-rm.html b/git-rm.html
index ceac28720..74798cb64 100644
--- a/git-rm.html
+++ b/git-rm.html
@@ -272,12 +272,12 @@ git-rm(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-rm</em> [-f] [-n] [-r] [--cached] [--ignore-unmatch] [--quiet] [--] &lt;file&gt;&#8230;</p>
+<p><em>git rm</em> [-f] [-n] [-r] [--cached] [--ignore-unmatch] [--quiet] [--] &lt;file&gt;&#8230;</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
<p>Remove files from the index, or from the working tree and the index.
-<tt>git rm</tt> will not remove a file from just your working directory.
+<tt>git-rm</tt> will not remove a file from just your working directory.
(There is no option to remove a file only from the work tree
and yet keep it in the index; use <tt>/bin/rm</tt> if you want to do that.)
The files being removed have to be identical to the tip of the branch,
@@ -371,7 +371,7 @@ allowing the file to be removed from just the index.</p>
</dt>
<dd>
<p>
- git-rm normally outputs one line (in the form of an "rm" command)
+ <tt>git-rm</tt> normally outputs one line (in the form of an "rm" command)
for each file removed. This option suppresses that output.
</p>
</dd>
@@ -392,7 +392,7 @@ also remove all of directory <tt>d2</tt>.</p>
<div class="sectionbody">
<dl>
<dt>
-git-rm Documentation/\*.txt
+git rm Documentation/\*.txt
</dt>
<dd>
<p>
@@ -404,7 +404,7 @@ example; this lets git, and not the shell, expand the pathnames
of files and subdirectories under the <tt>Documentation/</tt> directory.</p>
</dd>
<dt>
-git-rm -f git-*.sh
+git rm -f git-*.sh
</dt>
<dd>
<p>
@@ -433,7 +433,7 @@ git-rm -f git-*.sh
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2008 22:47:00 UTC
+Last updated 02-Jul-2008 03:02:01 UTC
</div>
</div>
</body>