Devops

What is Version Control?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

  • Version control is the system of tracking and managing changes to software code.
  • It helps software teams to manage changes to source code over time.
  • Version control also helps developers move faster and allows software teams to preserve efficiency and agility as the team scales to include more developers.