Difference between revisions of "Version control system"
(→As stand-alone software) |
|||
Line 1: | Line 1: | ||
− | [[Version control system]] (also known by its acronym [[VCS]]; alternatively known as [[revision control system]] or, simply, [[version control]]; hereinafter, the ''System'') is the system that is set for [[version control]]. The ''System'' controls versions or revisions of | + | [[Version control system]] (also known by its acronym [[VCS]]; alternatively known as [[revision control system]] or, simply, [[version control]]; hereinafter, the ''System'') is the system that is set for [[version control]]. The ''System'' controls versions or revisions of [[document]]s, [[source code]]s, files, groups of files, collections of data, and/or other resources. |
Revision as of 02:21, 18 April 2020
Version control system (also known by its acronym VCS; alternatively known as revision control system or, simply, version control; hereinafter, the System) is the system that is set for version control. The System controls versions or revisions of documents, source codes, files, groups of files, collections of data, and/or other resources.
Contents
Version control
- Main wikipage: Version control
Version control is a core part of configuration management.