Skip to the content.

Git

In this module, we will explore the fundamentals of Version Control Systems (VCS), with a focus on Git. We’ll dive into the problems Git solves and the essential concepts to help you effectively learn and use it. Additionally, we will guide you through setting up Git on various operating systems, including macOS, Linux, and Windows, ensuring you’re ready to start managing your projects with ease.

What is Git?

It is a free and open source softwares that helps developers tracks and manages changes in a particular files and purposely to manage collaborative development especially during software development.

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. - Git Website

Branch Tree

What is version control system

This is also called source control system (SCS). It is a system that is responsible for managing and tracking changes in computer programs, files and documents.

Git Installation 🌄

Next Module »