LESSON 8
GitHub
Learning objective: Understand what GitHub adds on top of Git.
Understand
GitHub is a website for hosting Git repositories.
Git runs locally; GitHub stores your repos online so you can back them up, share them, and collaborate. It adds pull requests, issues, and a profile that acts as a portfolio.
Analogy: If Git is your camera, GitHub is the cloud album where you share the photos.
See It in Action
A repository's remote URL looks like:
https://github.com/your-name/your-repoHow it works: This is the online home of your project on GitHub, where others can view and collaborate.
Try It Yourself
- Create a free GitHub account.
- Explore a public repository.
- Find the green Code button and the commit history.
Quick Quiz
What does GitHub add on top of Git?
Challenge
Create a GitHub account and describe one thing GitHub offers beyond Git.
Success condition: You have a GitHub account and can name a GitHub-specific feature.
+10 XP
Lesson Complete
You answered correctly and completed the required practice. Your progress has been saved on this device.
Continue to next lesson →