🔧Git is a type of software called a version control system that tracks changes to files and allows you to record different versions of your code at different points in time.
👥GitHub is a website where you can host your Git repositories, collaborate with other users, and discover open-source projects.
💻Git and GitHub make working on a team easier, allowing each developer to work on a copy of the project on their own computer and sync their code changes with the main remote repository.
📂GitHub Desktop is a program that runs Git on your computer, providing a graphical interface to perform Git commands.
🌐GitHub is the most popular place to store remote repositories, and it's owned by Microsoft and free to use.