Cherry-pick a Hotfix

Copy one commit from another branch.

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: Branch dev has 3 commits; only the one adding fix.txt (the critical fix) is needed on main.

Task: Cherry-pick ONLY that commit onto main (not a.txt or b.txt).