summaryrefslogtreecommitdiffstats
path: root/git-remote.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-09-30 00:51:14 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-09-30 00:51:14 +0000
commit4fd58d46def7aad5dd382cd20768c4cfcd51aba8 (patch)
treeb22aa7ccfa99b7648da1bb9cf033556cf0b28662 /git-remote.html
parente59a0072cf9a106b3fd372b42531d9338e668409 (diff)
downloadgit-htmldocs-4fd58d46def7aad5dd382cd20768c4cfcd51aba8.tar.gz
Autogenerated HTML docs for v1.5.3.3-114-g2a85
Diffstat (limited to 'git-remote.html')
-rw-r--r--git-remote.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/git-remote.html b/git-remote.html
index 4aab497aa..67017358d 100644
--- a/git-remote.html
+++ b/git-remote.html
@@ -275,6 +275,7 @@ git-remote(1) Manual Page
<div class="verseblock">
<div class="content"><em>git-remote</em>
<em>git-remote</em> add [-t &lt;branch&gt;] [-m &lt;branch&gt;] [-f] [--mirror] &lt;name&gt; &lt;url&gt;
+<em>git-remote</em> rm &lt;name&gt;
<em>git-remote</em> show &lt;name&gt;
<em>git-remote</em> prune &lt;name&gt;
<em>git-remote</em> update [group]</div></div>
@@ -312,6 +313,15 @@ in the <em>refs/remotes/</em> namespace, but in <em>refs/heads/</em>. This opti
only makes sense in bare repositories.</p>
</dd>
<dt>
+<em>rm</em>
+</dt>
+<dd>
+<p>
+Remove the remote named &lt;name&gt;. All remote tracking branches and
+configuration settings for the remote are removed.
+</p>
+</dd>
+<dt>
<em>show</em>
</dt>
<dd>
@@ -418,7 +428,7 @@ $ git merge origin</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 15-Sep-2007 07:45:33 UTC
+Last updated 30-Sep-2007 00:49:44 UTC
</div>
</div>
</body>