be <tt>refs/remotes/satellite/master</tt>) in <tt>origin</tt> repository with it.\r
</p>\r
</dd>\r
+<dt>\r
+git push origin master:refs/heads/experimental\r
+</dt>\r
+<dd>\r
+<p>\r
+ Create the branch <tt>experimental</tt> in the <tt>origin</tt> repository\r
+ by copying the current <tt>master</tt> branch. This form is usually\r
+ needed to create a new branch in the remote repository as\r
+ there is no <tt>experimental</tt> branch to match.\r
+</p>\r
+</dd>\r
</dl>\r
</div>\r
<h2>Author</h2>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 01-Sep-2007 11:16:26 UTC\r
+Last updated 06-Sep-2007 08:52:20 UTC\r
</div>\r
</div>\r
</body>\r
the ref that matches `satellite/master` (most likely, it would
be `refs/remotes/satellite/master`) in `origin` repository with it.
+git push origin master:refs/heads/experimental::
+ Create the branch `experimental` in the `origin` repository
+ by copying the current `master` branch. This form is usually
+ needed to create a new branch in the remote repository as
+ there is no `experimental` branch to match.
+
Author
------
Written by Junio C Hamano <junkio@cox.net>, later rewritten in C