I merged 2 branches and got conflicts. One of them is just a mess because it was strongly re-factored on one branch (B1). However, I expect the other branch (B2) to contains a simple change that, unluckly, affected many lines.
So I think the easiest way to do the merge, is to keep B1, and re-do the changes done on B2. But I want to be sure of what are those changes on B2 before starting that, to be sure I don't forget anything.
To do so,
- I want to know the latest common ancestor commit for this file between the 2 branches
- ideally, I'd like to do it in my current "conflicting-merge" situation without having to checkout