Git Beginner to Intermediate Course
About Lesson

Welcome to the first part of the git tutorials. In this part we will get familiar with
some of the most basic concepts about Git and Github, why we need them, how they help us
and how we should use them. If you are already familiar with all of these concepts, you can
skip this video and start with the next one.
In general, Git is a version control system that is designed to keep track of changes
that has been made on a project by a team of developers. However, a single developer can still
benefit from the use cases of this popular version control system. Using Git you can make different
versions of the same project and save all of these versions inside the same folder without even seeing the the ones that are not activated.

Join the conversation