<p><br>
Am 25.04.2013 15:59 schrieb &quot;Edson Tirelli&quot; &lt;<a href="mailto:ed.tirelli@gmail.com">ed.tirelli@gmail.com</a>&gt;:</p>
<p>&gt; 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>&gt; 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&#39;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&#39;t get a false sense of security here.</p>
<p>&gt; [...]<br>
&gt;  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>