In the distributed version control system, developers can clone the central code base to their local system? true or false
Answers
The correct answer is True.
In a distributed version control system, developers can clone the central code base to their local system.
In the present era, distributive version control system is fast and easy to use. When work load is high, then opening is much more easier with the help of distributive version control system. Hence, developers are able to manage the servers all around the world in a much easy way.
TRUE.
In the distributed version control system, developers can clone the central code base to their local system.
In distributed version control system, each client has its own local repository and will work on it. In this, we can configure any repository to a central repository to integrate with deployment tools like Jenkins etc. In this developers clone a copy of repository and have the full history of the project on their hard drive. This copy contains all the data in the repository. Git is a Distributed version Control system.
Hope it helps!