Table of Contents: (Click to navigate)

What is Git?

Git is a distributed version control system that allows multiple developers to work on the same project simultaneously. It tracks changes made to files and directories, enabling developers to collaborate effectively and manage the project's history efficiently.

What is GitHub?

GitHub is a web-based platform that provides hosting services for Git repositories. It allows developers to store, manage, and share their code with others. GitHub offers features such as issue tracking, pull requests, and collaboration tools to streamline the development process. It is widely used by open-source projects and software development teams.

Configuring Git :

git config --global color.ui auto

Basic Git Commands: