The correct answer is:
A. GitHub is a website; Git is on a local machine.
Explanation:
- Git is a version control system that allows you to track changes in your files and collaborate with others on projects. It can be installed and used on your local machine.
- GitHub is a web-based platform that uses Git for version control, providing a place to host and share repositories online, making it easier for collaborators to manage projects and contributions.