From: Junio C Hamano
Date: Thu, 6 Sep 2007 08:52:44 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.5.3.1-19-gb5ef6
X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bfd4f9ac8b0380408e8232157de4c7293c51e667;p=git.git
Autogenerated HTML docs for v1.5.3.1-19-gb5ef6
---
diff --git a/git-push.html b/git-push.html
index 262779c66..9752e91af 100644
--- a/git-push.html
+++ b/git-push.html
@@ -585,6 +585,17 @@ git push origin master:satellite/master
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
@@ -602,7 +613,7 @@ by Linus Torvalds <torvalds@osdl.org>