Version Control Systems
Version control systems aim to solve the above problems.
Version control systems (VCSs) are also called ...
- revision control systems
- source (code) control systems
- (source) code management systems
There are various approaches to solving the problems,
leading to different families of version control systems.
While VCSs could be used for all kinds of documents,
we focus on their use for managing source code files.
|