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.