Recover with reflog
Bring back a commit lost to a hard reset.
A advanced Git challenge worth 20 points. Solve it hands-on in a real Git environment in your browser - no local setup, no fake shells.
The Challenge
Scenario: A git reset --hard wiped the commit that added important.txt.
Task: Use git reflog to find and recover the lost commit so important.txt is back in HEAD.