|
|
|
|
|
by aidos
4017 days ago
|
|
I don't think that's true. If you have a feature branch with a number of changes in the same place, rebasing on to a branch that also changes in the same spot means you need to fix all of the related commits during the rebase. If it's a big feature that could end up being a huge task. I may be wrong about that as I'm no git guru. |
|
Even more importantly rebase allows you to resolve conflict at individual commit level. During conflict, you can see the exact commit that is causing it, making it much easier to resolve it.
See: http://jeffkreeftmeijer.com/2010/the-magical-and-not-harmful...