I asked a previous question regarding the command "git merge -X theirs B" I used to merge two branches.
The final result was that the merge was "up to date" but in reality there remained differences between the two branches, "git diff A..B" return differences between four files.
So my question is: How can I "smash" the branch A with all the content of branch B ?