What is a distributed vcs?



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

Post New Answer

More Git Interview Questions

In git how do you revert a commit that has already been pushed and made public?

1 Answers  


How many heads can be created in a repository?

1 Answers  


How to remove a file from git without removing it from your file system?

1 Answers  


What is a commit message?

1 Answers  


Describe the branching strategies you have used.

1 Answers  


What is ‘head’ in git and how many heads can be created in a repository?

1 Answers  


What is the syntax for “Rebasing” in Git?

1 Answers  


What is GIT stash?

1 Answers  


What is the function of ‘git checkout’ in git?

1 Answers  


How git instaweb is used?

1 Answers  


What are git stash and git stash drop?

1 Answers  


What is the use of ‘git log’?

1 Answers  


Categories