summaryrefslogtreecommitdiffstats
path: root/git-remote.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-02-04 08:32:04 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-02-04 08:32:04 +0000
commitee1e428396a619659999df3e609e3d689173aaf5 (patch)
tree4887669f14cd36b9ffe70f49d535d3b4b1426284 /git-remote.html
parent8a66a65638e314180d1e8aa89b35544b1800dc87 (diff)
downloadgit-htmldocs-ee1e428396a619659999df3e609e3d689173aaf5.tar.gz
Autogenerated HTML docs for v1.5.0-rc3-39-gec804
Diffstat (limited to 'git-remote.html')
-rw-r--r--git-remote.html44
1 files changed, 37 insertions, 7 deletions
diff --git a/git-remote.html b/git-remote.html
index 45e476cba..f00c00ca6 100644
--- a/git-remote.html
+++ b/git-remote.html
@@ -281,14 +281,44 @@ git-remote(1) Manual Page
<h2>DESCRIPTION</h2>
<div class="sectionbody">
<p>Manage the set of repositories ("remotes") whose branches you track.</p>
-<p>With no arguments, shows a list of existing remotes.</p>
-<p>In the second form, adds a remote named &lt;name&gt; for the repository at
+</div>
+<h2>COMMANDS</h2>
+<div class="sectionbody">
+<p>With no arguments, shows a list of existing remotes. Several
+subcommands are available to perform operations on the remotes.</p>
+<dl>
+<dt>
+<em>add</em>
+</dt>
+<dd>
+<p>
+Adds a remote named &lt;name&gt; for the repository at
&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;.
+update remote-tracking branches &lt;name&gt;/&lt;branch&gt;.
+</p>
+</dd>
+<dt>
+<em>show</em>
+</dt>
+<dd>
+<p>
+Gives some information about the remote &lt;name&gt;.
+</p>
+</dd>
+<dt>
+<em>prune</em>
+</dt>
+<dd>
+<p>
+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>
+referenced by &lt;name&gt;, but are still locally available in "remotes/&lt;name&gt;".
+</p>
+</dd>
+</dl>
+</div>
+<h2>DISCUSSION</h2>
+<div class="sectionbody">
<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>
@@ -336,7 +366,7 @@ $ git checkout -b nfs linux-nfs/master
</div>
<div id="footer">
<div id="footer-text">
-Last updated 02-Feb-2007 07:34:52 UTC
+Last updated 04-Feb-2007 08:31:45 UTC
</div>
</div>
</body>