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.
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?
Fixed. By hand.
git blame -- src/app.jsBlame 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 does not affect your daily score or streak.