🌿
Git Basics
7 exercises
Version control with Git — repositories, commits, branches, and GitHub basics.
- 1
Git Add Command Quiz
Test your understanding of what the git add command does in the Git workflow.
Multiple ChoiceBeginner - 2
Stage All Changes Practice
Practice using git add with the dot shortcut to stage all files at once.
Fill in the BlankEasy - 3
Understanding Git Commits
Check your conceptual understanding of what a Git commit represents.
Concept CheckBeginner - 4
Spot the Git Commit Mistake
Find the error in a git commit command with a multi-word message.
Find the MistakeEasy - 5
Git Status Command Quiz
Test your knowledge of what information the git status command displays.
Multiple ChoiceBeginner - 6
Git Log Command Quiz
Test your understanding of what the git log command displays.
Multiple ChoiceBeginner - 7
Show Recent Commits Practice
Practice using git log with a flag to limit the number of commits shown.
Fill in the BlankEasy
Build real projects
Apply what you learned by building guided projects with starter code and solutions.