What is a distributed vcs?
Answer / Sumeet Bhandari
A Distributed Version Control System (DVCS) is a type of version control system where each developer has a full copy of the entire project on their local machine. This allows for multiple repositories and workflows, as well as easier collaboration and data recovery.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of branching and how many branching strategies can you apply?
What is the difference between git vs svn
How can conflict in git resolved?
How many heads can be created in a repository?
What is git and why do we use it?
How do you find a list of files that have changed in a particular commit?
How to remove a file from git without removing it from your file system?
What work is restored when the deleted branch is recovered?
Explain the advantages of forking workflow?
What is the purpose of branching in GIT?
What is git fork? What is the difference between fork, branch, and clone?
Why git and not svn?