GitHub is a code hosting platform that allows developers to collaborate on projects and manage their source code. It uses Git in the backend for version control. The key differences are that Git is a command line tool for version control, while GitHub provides a web-based graphical user interface and additional features built on top of Git. Common GitHub terms include repository, clone, commit, push, pull, branch, fork, and pull request which allow developers to work together on projects and integrate changes.