<div dir="ltr">Hello,<div><br></div><div>thanks DmitryK, I tried your advice. The problem occured when I did </div><div><br></div><div>git pull --rebase</div><div><br></div><div>There many conflicts arised due to duplicated commits.</div>
<div>So I did </div><div>git rebase --abort and </div><div>git rebase -i </div><div><br></div><div>and I dropped all the duplicated commits and pushed.I did not <span style="font-size:13px;font-family:arial,sans-serif">squash the commits, I'm sorry about that. Next time I will </span></div>
<div><span style="font-family:arial,sans-serif;font-size:13px">be more careful -- this way I'm sure no other commits of others are lost.</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div>
<div><span style="font-family:arial,sans-serif;font-size:13px">Lukas</span></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/9/8 Dmitry Kazakov <span dir="ltr"><<a href="mailto:dimula73@gmail.com" target="_blank">dimula73@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi, Lukas!<br><div><br>The only problem of a rebasing a pushed branch is that you cannot push it again due to non-fast-forward-merge. If your commits are not destroyed by the rebase (that could happen with merge commits actually) you can still push them into repository, but under a different HEAD.<br>

<br></div><div>So to do that you should:<br><br></div><div>1) git checkout krita-gmic-ltvrdy # checkout to your rebased branch<br></div><div>2) git checkout -b krita-gmic-ltvrdy-2nd-try # create a new branch, so that no conflicts would happen<br>

</div><div>3) git push origin krita-gmic-ltvrdy-2nd-try<br><br></div><div>After that, if you think you commits in the branch are ok and bisectable, you can merge this branch to master as usual.<br></div><div><br><br></div>

</div><div class="gmail_extra"><div><div class="h5"><br><br><div class="gmail_quote">On Sun, Sep 8, 2013 at 2:42 PM, Lukast dev <span dir="ltr"><<a href="mailto:lukast.dev@gmail.com" target="_blank">lukast.dev@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">DmitryK mentioned some other possibility to preserve history, to create another branch and merge that new branch.<div>

<br></div><div>I would like to preserve the commits as I dropped some code that might be needed again and squash will destroy history</div>
<div>of the branch.</div><div><br></div><div>Dmitry,can you explain the solution with more details (git commands ideally)? What should be done to preserve history and have easy merge?</div><div><br></div><div>Lukas</div>

</div><div><div>
<div class="gmail_extra"><br><br><div class="gmail_quote">2013/9/7 Cyrille Berger <span dir="ltr"><<a href="mailto:cberger@cberger.net" target="_blank">cberger@cberger.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Yes, never rebase commits that have already been pushed (git should not even let you do that), and yes the calligra policy is to merge-squash.<span><font color="#888888"><br>
<br>
-- <br>
Cyrille Berger Skott<br>
______________________________<u></u>_________________<br>
calligra-devel mailing list<br>
<a href="mailto:calligra-devel@kde.org" target="_blank">calligra-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/calligra-devel" target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/calligra-devel</a><br>
</font></span></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
calligra-devel mailing list<br>
<a href="mailto:calligra-devel@kde.org" target="_blank">calligra-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/calligra-devel" target="_blank">https://mail.kde.org/mailman/listinfo/calligra-devel</a><br>
<br></blockquote></div><br><br clear="all"><br></div></div><span class="HOEnZb"><font color="#888888">-- <br>Dmitry Kazakov
</font></span></div>
<br>_______________________________________________<br>
calligra-devel mailing list<br>
<a href="mailto:calligra-devel@kde.org">calligra-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/calligra-devel" target="_blank">https://mail.kde.org/mailman/listinfo/calligra-devel</a><br>
<br></blockquote></div><br></div>