learngit

Levels need a desktop

A level is you typing real Git commands and editing files while the commit graph moves under you, all on one screen. That needs a keyboard and room for three columns.

Conflicts · level 5.3Blend both sides

Open it on a laptop and you will be rebasing within the hour.

learngit
19 / 33
0 XP

Working directory

working tree cleannothing differs from the last commit
Unchanged1
LIMITS.md
A addedM modifiedU untrackedD deleted
{ }select a file to edit
commit graph
↑ history · tab complete · ⌘Z undo

Blend both sides

+0 XP

Most real conflicts are this shape: both sides are right, and the resolution is neither version but a third one you write. Git never tries to guess it, and that is deliberate.

Next level →