in Education by
I have created a branch named dev. I have done a pull request to send dev code to master, when I do this pull request it tell me: 50+ conflicts prevent automatic merging "Next steps: Manually resolve these conflicts and push new changes to the source branch." Where do I go from here? I just want all the dev branch to replace whatever is in master. I see no options to resolve these conflicts. Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
$ git pull origin master You can learn more about Azure DevOps on Azure DevOps tutorial or you can also join Azure DevOps training. Are you interested in learning Azure from basics! Here's the right video for you on Azure provided by Intellipaat: After using this command, make sure you follow the steps mentioned in this official document of Microsoft, in order to solve the merge conflicts in your repository. https://docs.microsoft.com/en-us/azure/devops/repos/git/merging?view=azure-devops&tabs=visual-studio&viewFallbackFrom=vsts

Related questions

0 votes
    Microsoft now has support for Git repositories on their Team Foundation Service. I have an account on Team ... to TFService. Select the correct answer from above options...
asked Feb 2, 2022 in Education by JackTerrance
0 votes
    we are using git in Team Foundation Service, and we are trying to find a way to delete a remote ... /DefaultCollection/_git/Xxxxxx' Select the correct answer from above options...
asked Feb 1, 2022 in Education by JackTerrance
0 votes
    I'm trying to put an existing project under Git source control, but I'm unclear on several things. I have ... the online repository? Select the correct answer from above options...
asked Feb 1, 2022 in Education by JackTerrance
0 votes
    I tried the following approach in my build script: git -c http.extraheader="AUTHORIZATION: bearer %SYSTEM_ACCESSTOKEN% ... Thoughts? Select the correct answer from above options...
asked Jan 31, 2022 in Education by JackTerrance
0 votes
    I am unable to run any commands against my remote repository at Visual Studio Team Services (VSTS) because ... like SourceTree. Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
0 votes
    I am using Visual Studio 2017 Community Edition (CE), and I have signed into my Microsoft account and I am ... to resolve this issue. Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
0 votes
    Steps In Visual Studio Pulled from remote repo 1 merge conflict. Merged manually, clicked 'Accept merge' Result ... with all updates Select the correct answer from above options...
asked Jan 31, 2022 in Education by JackTerrance
0 votes
    I have a Visual Studio online Team Project with a repository. I have been using this with VS 2013 for a ... and doing clone again? Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
0 votes
    Create a new Pull request. Review the changes between master and starfeature branch, and confirm by clicking Create ... . Stakeholders C. Starprojectteam D. None of the options...
asked Dec 23, 2022 in Technology by JackTerrance
0 votes
    My git workspace is dirty, there are some local modifications. When I use the command git pull origin master it ... Ansible git module? Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    Which of the following creates new commit when you pull new changes from master to the feature branch? A. git rebase master B. git merge master C. git pull origin master...
asked Dec 20, 2022 in Technology by JackTerrance
0 votes
    What does a Git Commit object contain?...
asked Nov 4, 2020 in General by JackTerrance
0 votes
    How to push a new local branch to a remote Git repository and track it too?...
asked Jan 7, 2021 in Technology by JackTerrance
0 votes
    How to resolve merge conflicts in Git repository?...
asked Jan 7, 2021 in Technology by JackTerrance
0 votes
    Feel free to recommend a better title or changes to my explanation below! I am using Windows Azure Websites ( ... a specific location? Select the correct answer from above options...
asked Jan 31, 2022 in Education by JackTerrance
...