Learning how to use Git

This page will help you develop some understanding of Git

What is Git?

Git is a modern and widely used distributed version control system in the world. it allows us to monitor and work together within teams to manage project with high speed and efficiency

Why do developers need Git?

Git allows users to "stage" and "commit" files which enables them to use version tracking and updates

What is a branch in Git?

A branch in Git is a new and separate version of the main repository on which work can be done without affecting the main branch