Glossary: Source Code Manager (SCM)

Source Code Manager (SCM)

Source Code Manager, allows tracking of revisions of code base, each revision usually contains a timestamp, comment and the person who did it. Various revisions may be compared, stored, and merged with other revisions, this helps developers to collaborate on the same code base, also allowing checks before versions are merged to make it easier to keep standards and compliance. popular products are GitHub, GitLab, BitBucket.
Skip to content