Source Code Management

In Source Code Management, a repository is a common place where the developer will check in and check out (download the code into a local system or environment) the code. This repository manages the various versions of source code that are checked in and available for checkout, so the developers will not overwrite other people's code.

This is the major component of Continuous Integration; some of the popular source code repository tools are Git, Bitbucket, and Subversion (SVN).

Get Expert AWS Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.