Given:
Master commits: A -> C -> B, test: A -> C; File X is changed in both B and C in different ways.
Task:
Get the master file X as a commit from C
Problem:
When branches merge, file X is obtained in version of commit B
Question:
How to manually select the version of the file / line in the file during the merge, i.e. override default behavior?