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 |
In git how do you revert a commit that has already been pushed and made public?
How many heads can be created in a repository?
How to remove a file from git without removing it from your file system?
What is a commit message?
Describe the branching strategies you have used.
What is ‘head’ in git and how many heads can be created in a repository?
What is the syntax for “Rebasing” in Git?
What is GIT stash?
What is the function of ‘git checkout’ in git?
How git instaweb is used?
What are git stash and git stash drop?
What is the use of ‘git log’?