0 votes
in DevOps by
what is a version control system?

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:

  • Central Version Control System, Ex: Git, Bitbucket
  • Distributed/Decentralized Version Control System, Ex: SVN

Related questions

0 votes
asked Aug 22, 2021 in DevOps by sharadyadav1986
0 votes
asked Jun 29, 2023 in DevOps by SakshiSharma
0 votes
0 votes
asked Jun 21, 2019 in Continuous Integration by anonymous
...