0 votes
in DevOps by

what is a version control system in DevOps?

1 Answer

0 votes
by

Version Control System (VCS) is a software that helps software developers to work together and maintain a complete history of their work.

Some of the feature of VCS as follows:

  • Allow developers to wok simultaneously
  • Does not allow overwriting on each other changes.
  • Maintain the history of every version.

There are two types of Version Control Systems:

  1. Central Version Control System, Ex: Git, Bitbucket
  2. Distributed/Decentralized Version Control System, Ex: SVN

Related questions

0 votes
asked Oct 15, 2019 in Git by rajeshsharma
0 votes
asked Mar 3, 2020 in DevOps by rajeshsharma
...