Team Git & GitHub Guide

The Difference Between Git and GitHub

Although they’re often used together, Git and GitHub are two different things. Understanding the difference is very important.

Git: The Tool 🛠️

Git is a version control software. It’s a tool that you install on your computer to track changes in your code.

GitHub: The Service ☁️

GitHub is a web-based hosting service for Git repositories. It’s a place on the internet where you store your project’s code and collaborate with others.


## A Simple Analogy

You use Git on your computer, and you use GitHub to share your work and collaborate with your team.