Revert a Specific Commit

Undo one old commit, keep the rest.

A intermediate Git challenge worth 10 points. Solve it hands-on in a real Git environment in your browser - no local setup, no fake shells.

The Challenge

Scenario: Four commits; the "add bug" commit (bug.txt) must go, but feature.txt and docs.txt must stay.

Task: Revert ONLY the "add bug" commit (git revert <hash>).