From the course: Source Code Control in .NET with Git Using SourceTree

What is source code control

From the course: Source Code Control in .NET with Git Using SourceTree

Start my 1-month free trial

What is source code control

- [Instructor] Let's very quickly review the fundamentals so we're all on the same page. First just to cause a bit of confusion Source Code Control is often called Version Control. Same thing, different name. But the idea of Source Code Control or Version Control is to keep every version of your source code available to you so that if you decide to go back or something goes wrong, you still have your source code in each iteration. This avoids losing any work.

Contents