From: Junio C Hamano Date: Thu, 6 Sep 2007 08:52:46 +0000 (+0000) Subject: Autogenerated manpages for v1.5.3.1-19-gb5ef6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d7bce6ea8dfc22a545cea175bd527b33e29c7a58;p=git.git Autogenerated manpages for v1.5.3.1-19-gb5ef6 --- diff --git a/man1/git-push.1 b/man1/git-push.1 index a4caf1c48..5dbecf86e 100644 --- a/man1/git-push.1 +++ b/man1/git-push.1 @@ -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 , later rewritten in C by Linus Torvalds .SH "DOCUMENTATION"