summaryrefslogtreecommitdiffstats
path: root/git-remote.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-06-08 22:49:47 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-06-08 22:49:47 +0000
commiteb415999b469f6d3e718f2fdf28dd460d8db5f4f (patch)
treeca4b12fcea8cc51c42b66ee456255ee4ea85b203 /git-remote.html
parente2b205c118b67a65b1bde35ff88de1f7aceae8d0 (diff)
downloadgit-htmldocs-eb415999b469f6d3e718f2fdf28dd460d8db5f4f.tar.gz
Autogenerated HTML docs for v1.5.6-rc2-15-g457bb
Diffstat (limited to 'git-remote.html')
-rw-r--r--git-remote.html20
1 files changed, 18 insertions, 2 deletions
diff --git a/git-remote.html b/git-remote.html
index 60c6b7486..845cd5605 100644
--- a/git-remote.html
+++ b/git-remote.html
@@ -273,7 +273,7 @@ git-remote(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git-remote</em>
+<div class="content"><em>git-remote</em> [-v | --verbose]
<em>git-remote</em> add [-t &lt;branch&gt;] [-m &lt;master&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;
@@ -284,6 +284,22 @@ git-remote(1) Manual Page
<div class="sectionbody">
<p>Manage the set of repositories ("remotes") whose branches you track.</p>
</div>
+<h2>OPTIONS</h2>
+<div class="sectionbody">
+<dl>
+<dt>
+-v
+</dt>
+<dt>
+--verbose
+</dt>
+<dd>
+<p>
+ Be a little more verbose and show remote url after name.
+</p>
+</dd>
+</dl>
+</div>
<h2>COMMANDS</h2>
<div class="sectionbody">
<p>With no arguments, shows a list of existing remotes. Several
@@ -430,7 +446,7 @@ $ git merge origin</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2008 01:34:04 UTC
+Last updated 08-Jun-2008 22:46:57 UTC
</div>
</div>
</body>