Autogenerated HTML docs for v1.5.3.1-19-gb5ef6
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 6 Sep 2007 08:52:44 +0000 (08:52 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 6 Sep 2007 08:52:44 +0000 (08:52 +0000)
git-push.html
git-push.txt

index 262779c66910805f97a1c902f540c0e4e3fb5474..9752e91afa3056fb6ccd922291542c30eb6b550e 100644 (file)
@@ -585,6 +585,17 @@ git push origin master:satellite/master
         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
@@ -602,7 +613,7 @@ by Linus Torvalds &lt;torvalds@osdl.org&gt;</p>
 </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
index 0dd9caf86799e1648fde8895af918f6f4806d202..7b8e075c422ba8065e746a8bb771267c4aca1d24 100644 (file)
@@ -117,6 +117,12 @@ git push origin master:satellite/master::
        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