Hey,<br><br><div class="gmail_quote">On Sat, Aug 18, 2012 at 11:12 AM, Andi Clemens <span dir="ltr"><<a href="mailto:andi.clemens@gmail.com" target="_blank">andi.clemens@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi,<br>
<br>
somehow Git always creates a new remote branch here, I am unable to commit to the one I'm tracking.<br>
<br>
<br>
I checked out the remote branch with the following command:<br>
<br>
git checkout --track -b 3.0.0 origin/development/3.0.0<br>
<br>
Then I committed my changes. I called<br>
<br>
git push<br>
<br>
but nothing happens.<br>
<br>
I called<br>
<br>
git push --all<br>
<br>
and it created a lot of remote braches I don't really want.<br>
<br>
How can I commit to the one I'm tracking with my local "3.0.0" branch?<br></blockquote><div><br></div><div>You can do that by doing "git push <repo> <branch>", eg. "git push origin development/3.0.0", that will push only changes to that branch.</div>

<div><br></div><div>Cheers</div></div>-- <br><div><span style="color:rgb(102,102,102)">Martin Klapetek | KDE Developer</span></div><br>