0 votes
in DevOps by
What is version control and why should VCS be used?

2 Answers

0 votes
by

Define version control and talk about how this system records any changes made to one or more files and saves them in a centralized repository. VCS tools will help you recall previous versions and perform the following:

Go through the changes made over a period of time and check what works versus what doesn’t.

Revert specific files or specific projects back to an older version.

Examine issues or errors that have occurred due to a particular change.

Using VCS gives developers the flexibility to simultaneously work on a particular file and all modifications can be logically combined later.

0 votes
by
Define version control and talk about how this system records any changes made to one or more files and saves them in a centralized repository. VCS tools will help you recall previous versions and perform the following:

Go through the changes made over a period of time and check what works versus what doesn’t.

Revert specific files or specific projects back to an older version.

Examine issues or errors that have occurred due to a particular change

Using VCS gives developers the flexibility to simultaneously work on a particular file and all modifications can be logically combined later.

Related questions

0 votes
asked Aug 23, 2021 in DevOps by sharadyadav1986
0 votes
0 votes
asked Aug 22, 2021 in DevOps by sharadyadav1986
...