Not able to resolve conflict in Azure DevOps

5.2k Views Asked by At

Unable to merge the conflict in Azure Devops I have created the Pull Request from api_integration branch to development branch. But there are some conflicts I can see but as my Complete button is disabled, not sure how to deal with code merging here.

I tried to switch to development branch in my android studio and pull the request but it says All files are up to date.

enter image description here

Not sure how to resolve this issue of PR with merge conflict.

1

There are 1 best solutions below

0
On BEST ANSWER

Basically you should resolve them locally with git commands, see tutorial here.

But - better way is to use the Pull Request Merge Conflict Extension for Azure DevOps.

After the installation you will have "conflicts" tab inside the PR:

enter image description here