summaryrefslogtreecommitdiffstats
path: root/git-remote.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-06-19 00:33:17 +0000
committerJunio C Hamano <junio@kernel.org>2010-06-19 00:33:17 +0000
commitf5de4cf4e1e8bccd17515d71186e752f4716cac9 (patch)
treeab2db92276d37478b5b109d568c3726bac9f405c /git-remote.html
parent4b7af1106d18fbf957f1f7257d099d47d2fa775f (diff)
downloadgit-htmldocs-f5de4cf4e1e8bccd17515d71186e752f4716cac9.tar.gz
Autogenerated HTML docs for v1.7.1-422-g049e9
Diffstat (limited to 'git-remote.html')
-rw-r--r--git-remote.html17
1 files changed, 16 insertions, 1 deletions
diff --git a/git-remote.html b/git-remote.html
index b8e4c0e38..dd2a67314 100644
--- a/git-remote.html
+++ b/git-remote.html
@@ -326,6 +326,7 @@ git-remote(1) Manual Page
<em>git remote rename</em> &lt;old&gt; &lt;new&gt;
<em>git remote rm</em> &lt;name&gt;
<em>git remote set-head</em> &lt;name&gt; (-a | -d | &lt;branch&gt;)
+<em>git remote set-branches</em> &lt;name&gt; [--add] &lt;branch&gt;&#8230;
<em>git remote set-url</em> [--push] &lt;name&gt; &lt;newurl&gt; [&lt;oldurl&gt;]
<em>git remote set-url --add</em> [--push] &lt;name&gt; &lt;newurl&gt;
<em>git remote set-url --delete</em> [--push] &lt;name&gt; &lt;url&gt;
@@ -433,6 +434,20 @@ remote set-head origin master" will set <tt>$GIT_DIR/refs/remotes/origin/HEAD</t
<tt>refs/remotes/origin/master</tt> already exists; if not it must be fetched first.</p></div>
</dd>
<dt>
+<em>set-branches</em>
+</dt>
+<dd>
+<p>
+Changes the list of branches tracked by the named remote.
+This can be used to track a subset of the available remote branches
+after the initial setup for a remote.
+</p>
+<div class="para"><p>The named branches will be interpreted as if specified with the
+<tt>-t</tt> option on the <em>git remote add</em> command line.</p></div>
+<div class="para"><p>With <tt>--add</tt>, instead of replacing the list of currently tracked
+branches, adds to that list.</p></div>
+</dd>
+<dt>
<em>set-url</em>
</dt>
<dd>
@@ -554,7 +569,7 @@ $ git merge origin</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-05-21 14:57:19 UTC
+Last updated 2010-06-19 00:32:56 UTC
</div>
</div>
</body>