🗒 Cheat Sheet← Lesson
BitWithBite
Git & GitHub Worksheet

🔘 Introduction to Git

Chapter: Git & GitHub · Level ★☆☆ · Time: 30 min
SCORE___ / 20
NameClassDate
After this worksheet you can
Know what version control isWhy Git is usedRepos, commits and historyGit vs GitHub

🧠 Section A · Concept Check ● BEGINNER 4 × 1 = 4

1Git is a:
2A saved snapshot of your project is a:
3The project folder Git tracks is a:
4GitHub is:

🧮 Section B · Problem Solving ● INTERMEDIATE 2 + 3×3 = 11

5Git records project over time.
6Each snapshot is called a .
7Two problems Git solves?
8Git vs GitHub in one line?
9What is a commit message for?

🚀 Section C · Challenge ● CHALLENGE 5

10Why is local version control fast?
💭 Reflection — the most useful thing I learned:
A ___/4   B ___/11   C ___/5   Total ___/20 Teacher's Signature Parent's Signature
✂ answer key — fold or cut before handing out

1-A   2-A   3-A   4-A  |  5 history/changes   6 commit   7 = Lost work/undo history; conflicting team edits   8 = Git = the tool; GitHub = a place to host/share Git repos   9 = Describes what changed and why  |  10 = History is on your disk - no network needed

📄 Need offline practice?Download the print-ready PDF or open the one-page cheat sheet.
⬇ Worksheet PDF 🗒 Cheat Sheet