Skip to content

Latest commit

 

History

History
59 lines (16 loc) · 1.55 KB

version-control.md

File metadata and controls

59 lines (16 loc) · 1.55 KB

Learn Version Control

A component of software configuration management, version control, also known as revision control or source control, is the management of changes to documents, computer programs, large web sites, and other collections of information. 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.

Wikipedia

The current modern solution for version control is Git. Learn it!

General Learning:
Mastering:
References/Docs: