When merging topic branch \"B\" into \"A\" using git merge, I get some conflicts. I know all the conflicts can be solved using the version in \"B\".
git merge
I a
I solved my problem using
git checkout -m old git checkout -b new B git merge -s ours old