Why GIT is considered better than CVS for version control system?

0

GIT is a distributed system. In GIT, any person can create their own branch and start checking in the code. Once the code is tested, it is merged into main repo. In between, Dev, QA and product can validate the implementation of that code.

In CVS, there is a centralized system that maintains all the commits and changes. GIT is open source software and there are plenty of extensions in GIT for use by our teams.

asked Apr 30, 2023 at 19:36
Sign in to add a comment

0 Answers

0
📝 No answers yet!

Be the first to answer this interview question.

Your Answer

Sign in to post your answer and help the community.