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-committo- master-commit
- base-committo- feature-commit
 Ciro Santilli
Ciro Santilli