EMERGING TRENDS IN SOFTWARE ENGINEERING
DEVOPS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Select which of the below is a centralised version control system?
|
Git
|
|
Bazaar
|
|
TFVC
|
|
Mercurial
|
Explanation:
Detailed explanation-1: -Azure DevOps Services and TFS provide two models of version control: Git, which is distributed version control, and Team Foundation Version Control (TFVC), which is centralized version control.
Detailed explanation-2: -Both Git and Mercurial are decentralized version control systems (DVCS), so both allow multiple developers to be working on the same source code downloaded to their local machines at the same time and reintegrate commits as changes are made and tested.
There is 1 question to complete.