Get started with version control

When you work on a development team, you may be touching similar parts of the code throughout a project. As a result, changes made in one part of the source can be incompatible with those made by another developer working at the same time.

Version control helps solve these kinds of problems. The following topics help to explain what version control is and the various types of version control you can use while working on your own projects or with your development team.

Additional Help