Version control

Version control system records changes to files and who submitted those changes. Version control system is helpful to revert back to previous good state of the software.

Often version control system is tied to change control system, where changes to the software are peer reviewed before the submission.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator