|
|
|
|
|
by pkteison
4866 days ago
|
|
Can somebody try to explain what considerations go into picking between merge and rebase, or when rebase is a better option? The example here "you've branched that file and made some changes. Meanwhile, someone else has modified that same file on the master branch..." says 'merge' to me, and I'm not sure what consideration goes into the decision that rebase is the right tool instead.
I've tried to google a bit, and read some posts on it on stack overflow, and it still just doesn't click for me. |
|
A merge creates a new commit that doesn't effect history so it's always safe to merge.