snippetgitModerate
How to resolve merge conflicts in Azure DevOps current UI
Viewed 0 times
mergeresolveazurecurrenthowdevopsconflicts
Problem
I have followed the instructions on command line:
https://docs.microsoft.com/en-us/azure/devops/repos/git/merging?view=azure-devops&tabs=visual-studio
all I want to do is resolve this merge conflict its complaining about.
To be clear, I have done a
I also tried:
I have also tried:
Where is this elusive merge conflict?
https://docs.microsoft.com/en-us/azure/devops/repos/git/merging?view=azure-devops&tabs=visual-studio
all I want to do is resolve this merge conflict its complaining about.
To be clear, I have done a
git pull, it says Already up to date.I also tried:
git pull origin feature/ENGA-2514
From ssh.dev.azure.com:v3/nfib/NfibEnterprise/engage.mobile
* branch feature/ENGA-2514 -> FETCH_HEAD
Already up to date.I have also tried:
git log --merge
fatal: --merge without MERGE_HEAD?Where is this elusive merge conflict?
Solution
Try this solution: Pull Request Merge Conflict Extension. It helps to resolve conflicts inside the pull request page.
Context
StackExchange DevOps Q#9895, answer score: 14
Revisions (0)
No revisions yet.