THE DEV BENCH
🌿

Git lab

Version control by doing. Learn mode covers committing, branching and merging, undoing, and reading history; Break-fix mode rescues a repository from detached HEAD, conflicts, and worse.

Why this matters: Git is the one tool you touch every single day, and the one most people only half-know. The gap shows up under pressure — mid-conflict, mid-rebase, with a broken main branch and an audience.

Git — getting started

New to Git? Each walkthrough teaches one core workflow on a real repo — commit, branch and merge, undo changes, read history — step by step.

Loading scenarios…