Version control


Topic history | v1 (current) | created by jjones

Details

Version control

| created by jjones | Add topic "Pull request review"
Title
Version control
Description
In software engineering, version control (also known as revision control, source control, or source code management) is a class of systems responsible for managing changes to computer programs, documents, large web sites, or other collections of information. Version control is a component of software configuration management.Changes are usually identified by a number or letter code, termed the "revision number", "revision level", or simply "revision". For example, an initial set of files is "revision 1". When the first change is made, the resulting set is "revision 2", and so on. Each revision is associated with a timestamp and the person making the change. Revisions can be compared, restored, and with some types of files, merged.
Link
https://en.wikipedia.org/?curid=55955

resources

This topic has no history of related resources.

authors

This topic has no history of related authors.

topics

subtopic of Software development
v1 | attached by jjones | Add topic "Pull request review"
e.g. Distributed version control
v1 | attached by jjones | Add topic "Pull request review"
e.g. Git
v1 | attached by jjones | Add topic "Git"