cli.fail

Practice this fail.

The line has history.

Git · Restart as often as you like

Read the error, choose a command, and learn
why it works. Nothing runs on your machine.

Browse all practice ↗

Git · Beginner

Inspect commit attribution for lines in tracked src/app.js. The goal is context for a change, not blame for a person.

The line has history.

$ git status --short

(clean working tree)

How do you see the last commit attribution for each line?

3 attempts remaining

Read why this fix works

The line has history.

git blame -- src/app.js

Blame annotates each line with the commit and author that last changed it under its attribution rules. Follow those commits to understand why the code changed.

Practice rounds do not affect the daily score or local streak. Try today’s challenge, or choose another scenario.

Copy your result