Mike MurphyAI Handyman
Subscribe
Back to field notes

Git vs. GitHub

Git is the version control tool itself. Git runs on your machine and tracks changes to your files, no internet required.

GitHub is a separate company that hosts Git repositories online and adds collaboration features on top: pull requests, issues, and a place for your team (or the world) to see the code.

You can use Git without ever touching GitHub.

About VS Code ->