Defined term
Version Control System
Version Control System: A mechanism to allow multiple folks to work on the same source code for a piece of software.
📋 Single Source
Infrastructure
Definition
A mechanism to allow multiple folks to work on the same source code for a piece of software. It enables multiple people to change files simultaneously, and gives a history of how the software was modified over time. Version Control Systems are common in Open Source Software Development because they enable outsiders to see both the history of the code, and potentially contribute new changes.
Sources
1
Open Source Voting in San Francisco
View Source