Here is my situation,
I have to create a new branch C like this:- first branching off from A and then merging in B
The steps i followed:
New branch C is created branching off from A B is merged into C
Now, the diff show no conflict however, which file's content will be resolved automatically whether is it the B's contents or C's content that will take precedence in a no conflict situation.?
Does the source branch's file contents take precedence or the destination branch's file contents will take precedence for auto merge.