Skip to the content.

Git

In this module, we will learn a little bit about version control system (VCS) - Git, the problem its solved and the necessary things to aid our learning and usage. We will talk about how to set it up on a local machine be it MacOS, Linux or Windows.

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 »