Episode

Introduction to Git | Stream Recap | Learn With Dr G

In the world of collaborative software development, version control is one of the most important factors to a successful launch. Improper version control can cause broken features, conflicting lines of code, and potentially working on old and out dated versions of your product.

Enter Git. Git is the industry standard of code source control, helping manage and integrate changes easily.

In this episode of Learn with Dr. G, Sarah will introduce you to the basics of Git, including what makes Git unique, getting started with a Git project, and making and tracking changes in Git. This is the first episode in our mini series, "What you didn't learn in School".

Follow along at https://aka.ms/LearnWithDrG/IntroToGit

Checkout the entire "What you didn't learn in School" mini-series at https://aka.ms/LearnWithDrG/WYDLIS_Videos

Beginner