🌿
Git Basics
3 projects
Practice Git workflows through guided exercises — repositories, commits, and branch simulation.
- 1
Create Repository Workflow
Practice the full workflow of creating a new Git repository, adding a README, making your first commit, and checking the status. A complete first-repository drill.
Beginner~10 min - 2
Commit History Exercise
Build a small commit history by making several changes and commits, then inspect and interpret the log. Practice writing clear commit messages and reading history.
Easy~15 min - 3
Branch Workflow Simulation
Simulate a feature-branch workflow: create a branch, make a commit, merge it back to main, and clean up. The core pattern behind all team Git workflows.
Medium~25 min