Git incident response, for real
Context
During the Git & GitHub hardening course, an accidental merge into a protected branch was handled as a genuine incident — full response via git revert through the actual protected-branch workflow, not a simulated walkthrough.
Outcome
Direct, hands-on fluency in recovery operations most developers only read about: reflog recovery, branch-deletion recovery, and a real multi-branch divergence resolved live.