Version Control |
| What is Version Control? A version control system maintains an organized set of all the versions of files that are made over time. Version control systems allow people to go back to previous revisions of individual files, and to compare any two revisions to view the changes between them. In this way, version control keeps a historically accurate and retrievable log of a file's revisions. More importantly, version control systems help several people (even in geographically disparate locations) work together on a development project over the Internet or private network by merging their changes into the same source repository. |
| |
Revision control - also known as version control, source control or (source) code management (SCM) - is the management of changes to documents, programs, and other information stored as computer files. It is most commonly used in software development, where a team of people may change the same files. Changes are usually identified by a number or letter code, termed the "revision number", "revision level", or simply "revision". |
| |
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.
|
|
Technology |
|
| |
| We’re here to help |
|
| |
| |
| |
|