From bfd4f9ac8b0380408e8232157de4c7293c51e667 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Thu, 6 Sep 2007 08:52:44 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.3.1-19-gb5ef6
---
git-push.html | 13 ++++++++++++-
git-push.txt | 6 ++++++
2 files changed, 18 insertions(+), 1 deletion(-)
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>