AZ-400 · Question #244
AZ-400 Question #244: Real Exam Question with Answer & Explanation
The correct answer is B: Git. Git history: File history is replicated on the client dev machine and can be viewed even when not connected to the server. You can view history in Visual Studio and on the web portal. Note: Azure Repos supports two types of version control: Git and Team Foundation Version Incorre
Question
You plan to create in Azure DevOps. Multiple developers will work on the project. The developers will work offline frequently and will require access to the full project history while they are offline. Which version control solution should you use?
Options
- ATeam Foundation Version Control
- BGit
- CTortoiseSVN
- DSubversion
Explanation
Git history: File history is replicated on the client dev machine and can be viewed even when not connected to the server. You can view history in Visual Studio and on the web portal. Note: Azure Repos supports two types of version control: Git and Team Foundation Version Incorrect Answers: A: Team Foundation Version Control: File history is not replicated on the client dev machine and so can be viewed only when you're connected to the server. https://docs.microsoft.com/en-us/azure/devops/repos/tfvc/comparison-git-tfvc
Community Discussion
No community discussion yet for this question.