The key to solve conflicts: see the two conflicting diffs
New to topics? Read the documentation here!
The key to solve conflicts: see the two conflicting diffs by Ciro Santilli 34 Updated 2024-11-19 Created 1970-01-01
The key to solve conflicts is:
You have to understand what are the two commits that touched a given line (one from master, one from features), and then combine them somehow.
Or in other words, at every rebase conflict we have something like:Therefore there are 2 diffs that you have to understand and reconcile:
master-commit feature-commit
| |
| |
base-commit------+
|
|
base-commit
tomaster-commit
base-commit
tofeature-commit