Apply a Patch
Apply a colleague's patch file.
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 patch at /tmp/fix.patch adds a PATCHED line to app.txt.
Task: Apply it to /tmp/repo (git am /tmp/fix.patch or git apply /tmp/fix.patch).