Autogenerated manpages for v1.5.3.1-19-gb5ef6
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 6 Sep 2007 08:52:46 +0000 (08:52 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 6 Sep 2007 08:52:46 +0000 (08:52 +0000)
man1/git-push.1

index a4caf1c4863ffd790878b3c4c85ddf7ad7585905..5dbecf86e06780d835c97ae94112a705fbe8fa4b 100644 (file)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-PUSH" "1" "09/01/2007" "Git 1.5.3.rc7.30.g947ad2" "Git Manual"
+.TH "GIT\-PUSH" "1" "09/06/2007" "Git 1.5.3.1.19.gb5ef6" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -167,6 +167,9 @@ Find a ref that matches experimental in the origin repository (e.g. refs/heads/e
 .TP
 git push origin master:satellite/master
 Find a ref that matches master in the source repository (most likely, it would find refs/heads/master), and update the ref that matches satellite/master (most likely, it would be refs/remotes/satellite/master) in origin repository with it.
+.TP
+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.
 .SH "AUTHOR"
 Written by Junio C Hamano <junkio@cox.net>, later rewritten in C by Linus Torvalds <torvalds@osdl.org>
 .SH "DOCUMENTATION"