<p><br>
Am 25.04.2013 15:59 schrieb "Edson Tirelli" <<a href="mailto:ed.tirelli@gmail.com">ed.tirelli@gmail.com</a>>:</p>
<p>> Rebase enables developers to commit code on top of the most recent change in the branch, instead of in parallel to it.</p>
<p>Correct.</p>
<p>> It guarantees no code will be lost when doing that</p>
<p>Plain wrong. There is no such thing as a guarantee here. Consider conflicts during rebase. It's still a manual task to resolve these conflicts and as such, can introduce faulty code. You still need to be very careful when doing conflict resolution.</p>
<p>Don't get a false sense of security here.</p>
<p>> [...]<br>
> try to minimize merges by using rebase whenever possible.</p>
<p>Valuable approach nevertheless. Would recommend it, too.<br></p>
<p>Best regards</p>
<p>Ansgar </p>