summaryrefslogtreecommitdiffstats
path: root/git-remote.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-11-14 08:26:31 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-11-14 08:26:31 +0000
commit283634923aa8f124696f3e9a77a012b96493c2d7 (patch)
tree3fe6cb2831bcd0b11ae6c10ba410d51f0e0af134 /git-remote.html
parent9bd39c47653f45f81dbbe7210dbb55d738b3f5e7 (diff)
downloadgit-htmldocs-283634923aa8f124696f3e9a77a012b96493c2d7.tar.gz
Autogenerated HTML docs for v1.6.0.4-724-ga0d3a
Diffstat (limited to 'git-remote.html')
-rw-r--r--git-remote.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/git-remote.html b/git-remote.html
index 8ecd48134..0a184d64c 100644
--- a/git-remote.html
+++ b/git-remote.html
@@ -323,6 +323,7 @@ git-remote(1) Manual Page
<div class="verseblock">
<div class="content"><em>git remote</em> [-v | --verbose]
<em>git remote add</em> [-t &lt;branch&gt;] [-m &lt;master&gt;] [-f] [--mirror] &lt;name&gt; &lt;url&gt;
+<em>git remote rename</em> &lt;old&gt; &lt;new&gt;
<em>git remote rm</em> &lt;name&gt;
<em>git remote show</em> [-n] &lt;name&gt;
<em>git remote prune</em> [-n | --dry-run] &lt;name&gt;
@@ -379,6 +380,18 @@ mode, furthermore, <tt>git push</tt> will always behave as if <tt>--mirror</tt>
was passed.</p></div>
</dd>
<dt>
+<em>rename</em>
+</dt>
+<dd>
+<p>
+Rename the remote named &lt;old&gt; to &lt;new&gt;. All remote tracking branches and
+configuration settings for the remote are updated.
+</p>
+<div class="para"><p>In case &lt;old&gt; and &lt;new&gt; are the same, and &lt;old&gt; is a file under
+<tt>$GIT_DIR/remotes</tt> or <tt>$GIT_DIR/branches</tt>, the remote is converted to
+the configuration file format.</p></div>
+</dd>
+<dt>
<em>rm</em>
</dt>
<dd>
@@ -493,7 +506,7 @@ $ git merge origin</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2008-10-31 11:28:47 UTC
+Last updated 2008-11-14 08:26:11 UTC
</div>
</div>
</body>