<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Lucida Console'; font-size:9pt; font-weight:400; font-style:normal;">On Donnerstag, 29. Oktober 2009, Jan Janak wrote:<br>
&gt; [..]<br>
&gt; &gt; According to the tutorial i found i need now to push this, but i'm not<br>
&gt; &gt; sure if the command really does the right thing:<br>
&gt; &gt;<br>
&gt; &gt; henning@ca:~/sip-router$ git push origin marius-tmp --dry-run<br>
&gt; &gt; To ssh://henning@git.sip-router.org/sip-router<br>
&gt; &gt; * [new branch] marius-tmp -&gt; marius-tmp<br>
&gt; &gt;<br>
&gt; &gt; It seems that it want to create a new remote branch, which is not really<br>
&gt; &gt; what i want..<br>
&gt;<br>
&gt; You need to specify the name of the branch in the remote repository<br>
&gt; you want to push to if the name of the local branch and the name of<br>
&gt; the remote branch do not match:<br>
&gt;<br>
&gt;   $ git push origin marius-tmp:sr_3.0<br>
&gt;<br>
&gt; The manpage on git-push describes what happens if you omit the name of<br>
&gt; the destination branch:<br>
&gt;<br>
&gt;   The &lt;dst&gt; tells which ref on the remote side is updated with this<br>
&gt;   push. Arbitrary expressions cannot be used here, an actual ref must<br>
&gt;   be named. If :&lt;dst&gt; is omitted, the same ref as &lt;src&gt; will be<br>
&gt;   updated.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Hello Jan,<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>thank you, that did the trick! :)<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Regards,<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Henning</p></body></html>