summaryrefslogtreecommitdiffstats
path: root/git-push.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-30 18:31:35 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-30 18:31:35 +0000
commit7f80ae8006f163acc614aebc362adf92788b20a6 (patch)
tree8f80fadfe851ea2ffbc0827cfb27f407d8e50cfc /git-push.html
parent90ccff355e6fc4705005296023480aa3c957ce7e (diff)
downloadgit-htmldocs-7f80ae8006f163acc614aebc362adf92788b20a6.tar.gz
Autogenerated HTML docs for v1.6.0-rc1-27-g9b6bf
Diffstat (limited to 'git-push.html')
-rw-r--r--git-push.html19
1 files changed, 10 insertions, 9 deletions
diff --git a/git-push.html b/git-push.html
index bf542f586..844940f32 100644
--- a/git-push.html
+++ b/git-push.html
@@ -322,7 +322,8 @@ git-push(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<div class="content"><em>git push</em> [--all] [--dry-run] [--tags] [--receive-pack=&lt;git-receive-pack&gt;]
- [--repo=all] [-f | --force] [-v | --verbose] [&lt;repository&gt; &lt;refspec&gt;&#8230;]</div></div>
+ [--repo=all] [-f | --force] [-v | --verbose]
+ [&lt;repository&gt; &lt;refspec&gt;&#8230;]</div></div>
</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
@@ -345,11 +346,11 @@ documentation for <a href="git-receive-pack.html">git-receive-pack(1)</a>.</p></
</p>
</dd>
<dt>
-&lt;refspec&gt;
+&lt;refspec&gt;&#8230;
</dt>
<dd>
<p>
- The canonical format of a &lt;refspec&gt; parameter is
+ The canonical format of each &lt;refspec&gt; parameter is
<tt><tt>?&lt;src&gt;:&lt;dst&gt;</tt>; that is, an optional plus <tt></tt></tt>, followed
by the source ref, followed by a colon <tt>:</tt>, followed by
the destination ref.
@@ -778,14 +779,14 @@ git push origin :experimental
</p>
</dd>
<dt>
-git push origin master:satellite/master
+git push origin master:satellite/master dev:satellite/dev
</dt>
<dd>
<p>
- Find a ref that matches <tt>master</tt> in the source repository
- (most likely, it would find <tt>refs/heads/master</tt>), and update
- the ref that matches <tt>satellite/master</tt> (most likely, it would
- be <tt>refs/remotes/satellite/master</tt>) in <tt>origin</tt> repository with it.
+ Use the source ref that matches <tt>master</tt> (e.g. <tt>refs/heads/master</tt>)
+ to update the ref that matches <tt>satellite/master</tt> (most probably
+ <tt>refs/remotes/satellite/master</tt>) in the <tt>origin</tt> repository, then
+ do the same for <tt>dev</tt> and <tt>satellite/dev</tt>.
</p>
</dd>
<dt>
@@ -817,7 +818,7 @@ by Linus Torvalds &lt;torvalds@osdl.org&gt;</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2008-07-22 09:19:13 UTC
+Last updated 2008-07-30 18:31:05 UTC
</div>
</div>
</body>