If I have two branches, "product" and "staging" and in both branches I change this line:
private baseUrl = "someDomain";
I now notice that this results in
1) auto-forward and not a merge conflict 2) latest commit seem to have precedence 3) it does not matter from which branch I do the merge
Can anybody confirm and explain these findings?