summaryrefslogtreecommitdiffstats
path: root/git-push.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-09-06 08:52:44 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-09-06 08:52:44 +0000
commitbfd4f9ac8b0380408e8232157de4c7293c51e667 (patch)
tree615669f7636718d99925f9a5cd4547f977e0b843 /git-push.html
parent6852289a58fb24f342ba02d0f2ad93cf1a2fb8fb (diff)
downloadgit-htmldocs-bfd4f9ac8b0380408e8232157de4c7293c51e667.tar.gz
Autogenerated HTML docs for v1.5.3.1-19-gb5ef6
Diffstat (limited to 'git-push.html')
-rw-r--r--git-push.html13
1 files changed, 12 insertions, 1 deletions
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 <tt>refs/remotes/satellite/master</tt>) in <tt>origin</tt> repository with it.
</p>
</dd>
+<dt>
+git push origin master:refs/heads/experimental
+</dt>
+<dd>
+<p>
+ Create the branch <tt>experimental</tt> in the <tt>origin</tt> repository
+ by copying the current <tt>master</tt> branch. This form is usually
+ needed to create a new branch in the remote repository as
+ there is no <tt>experimental</tt> branch to match.
+</p>
+</dd>
</dl>
</div>
<h2>Author</h2>
@@ -602,7 +613,7 @@ by Linus Torvalds &lt;torvalds@osdl.org&gt;</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 01-Sep-2007 11:16:26 UTC
+Last updated 06-Sep-2007 08:52:20 UTC
</div>
</div>
</body>