Sorry for the title, I don't know how to describe this question, so I will put the facts.
Branch A is protected from merge from git. Only Bitbucket can do it.
- Someone modified our files in a project in branch A.
- We sent changes to branch B
- We intended to merge branch B into A and got conflict (via bitbucket).
- We checked these changes, and are incorrect, so branch B should be fully merged into A, replacing the changed files.
So, given that the merge must be done in Bitbucket, how do I instruct the tool to "accept mine", as Bitbucket does not have a merge tool.
Constraint: I can't merge A into B because A has more things than B that do not belong to our team.