Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Merge request in ADO repo is only showing the message "there are conflict" but it is not showing the file and lines number, where conflict happened.

Please help me to resolve this issue.

question from:https://stackoverflow.com/questions/65843054/merge-conflict-in-ado-repo

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.4k views
Welcome To Ask or Share your Answers For Others

1 Answer

Basically when you have information about merge conflict you should solve it on your machine and push it to your branch. This is why you don't have conflict details.

You can also try to use this extension - Pull Request Merge Conflict Extension


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...