Hacker News new | ask | show | jobs
by lnguyen 5254 days ago
Rebase works great when you need/want to preserve he revision history. It's probably the ideal process to put in place if you can mandate it.

One thing to keep in mind is that it might lead to a number of merge conflicts that may be difficult or tedious to resolve depending of how the branches have diverged. Merging may avoid these.

1 comments

Why would regular merging avoid this more than regular rebasing? The result is the same.