summaryrefslogtreecommitdiffstats
path: root/git-remote.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-02-02 07:35:15 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-02-02 07:35:15 +0000
commit39381a7c839f85e6b5380251ecffcd5b1a214945 (patch)
treedf3e49a3381f4e02410c0c84dae63a1b28db65c4 /git-remote.html
parent8f62db9398f1b5c51907cea20d4b51cb0cd391d3 (diff)
downloadgit-htmldocs-39381a7c839f85e6b5380251ecffcd5b1a214945.tar.gz
Autogenerated HTML docs for v1.5.0-rc3-16-gaacd
Diffstat (limited to 'git-remote.html')
-rw-r--r--git-remote.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/git-remote.html b/git-remote.html
index 883cce54c..45e476cba 100644
--- a/git-remote.html
+++ b/git-remote.html
@@ -275,7 +275,8 @@ git-remote(1) Manual Page
<div class="verseblock">
<div class="content"><em>git-remote</em>
<em>git-remote</em> add &lt;name&gt; &lt;url&gt;
-<em>git-remote</em> show &lt;name&gt;</div></div>
+<em>git-remote</em> show &lt;name&gt;
+<em>git-remote</em> prune &lt;name&gt;</div></div>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -285,6 +286,9 @@ git-remote(1) Manual Page
&lt;url&gt;. The command <tt>git fetch &lt;name&gt;</tt> can then be used to create and
update remote-tracking branches &lt;name&gt;/&lt;branch&gt;.</p>
<p>In the third form, gives some information about the remote &lt;name&gt;.</p>
+<p>In the fourth form, deletes all stale tracking branches under &lt;name&gt;.
+These stale branches have already been removed from the remote repository
+referenced by &lt;name&gt;, but are still locally available in "remotes/&lt;name&gt;".</p>
<p>The remote configuration is achieved using the <tt>remote.origin.url</tt> and
<tt>remote.origin.fetch</tt> configuration variables. (See
<a href="git-config.html">git-config(1)</a>).</p>
@@ -332,7 +336,7 @@ $ git checkout -b nfs linux-nfs/master
</div>
<div id="footer">
<div id="footer-text">
-Last updated 29-Jan-2007 02:55:10 UTC
+Last updated 02-Feb-2007 07:34:52 UTC
</div>
</div>
</body>