Learn Git
at the speed of light.
Type real Git commands into a live terminal and watch every commit, branch and merge bloom across a glowing graph in real time. No tabs. No theory dumps. Just a luminous, addictive sandbox where Git finally clicks.
Three layers of intuition, stacked.
Git is one of the most powerful tools in software, and one of the worst-explained. Git Universe rebuilds the mental model from the ground up — visually, interactively, and at your pace.
Type real commands.
A pixel-perfect terminal sits at the center of the experience. Tab to autocomplete. ↑/↓ to navigate history. Every command you type is parsed, simulated, and visualized — no installs required.
Watch your repo come alive.
Every commit becomes a glowing node. Branches diverge into colored lanes, merges weave them back together, and HEAD pulses where you stand in the timeline. It's literally Git, illuminated.
Level up the way you learn.
Every concept is wrapped in a mission with a checklist, a reward, and an AI co-pilot that explains exactly why something worked — or didn't. Stack XP, unlock advanced tiers, ship knowledge.
- ✓Initialize repository
- ✓Forge first commit
- ✓Create branch `feature`
- Merge back into main
Your sandbox universe.
Type. Watch. Repeat. Every command animates the graph instantly, the AI explains why, and missions track your progress. Your work lives only in your browser — feel free to break things.
Type a Git command into the terminal. I'll annotate every step. Try `git status` to see your current state.
Initialize the repository to bring your universe online. Without a `.git` core, time has no shape.
- Repository initialized