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 a distributed vcs?
Name a few git commands and explain their usage.
What is the difference between GIT and SVN?
What are the advantages of using GIT?
What is the purpose of branching in GIT?
What work is restored when the deleted branch is recovered?
Explain the advantages of forking workflow?
What is the difference between rebasing and merge in git?
Why is it advisable to create an additional commit rather than amending an existing commit?
Explain the difference between reverting and resetting.
Describe the branching strategies you have used.
What is ‘git add’ is used for?