๐Ÿ“‚ GIT ADD ยท STAGING SORTER

Sort the
Right Files

Not every file belongs on the stage. Your job is to drag the correct files into the staging area โ€” and leave the rest behind.

How to Play

Drag files to stage them

๐Ÿ“ Your working directory has changed files.

โœ… Stage files marked modified, new, or deleted.
โŒ Don't stage generated files, secrets, or build artifacts.

Drag the right files into the staging area. Wrong files bounce back!
Stage all correct files to win. ๐Ÿ†

๐Ÿ“‚ STAGING SORTER Score: 0 / 0 Round 1 / 3
๐Ÿ“ Working Directory
git add โ†’
๐Ÿ“‹ Staging Area
๐Ÿ–ฑ๏ธ Drag files from the left to stage them, or click to quick-add.
Round Complete!

๐ŸŽ‰ Perfect staging!

Master Sorter
git add is your gatekeeper.
Only the right changes
make it to the stage.
$ git add src/app.jsโ† specific file
$ git add .โ† stage everything
$ git add -pโ† stage interactively
$ git statusโ† check what's staged