Process Flow - Recovering from bad rebase
Start bad rebase
Detect problem
Check reflog for previous state
Reset branch to safe commit
Verify branch state
Continue work or rebase again
This flow shows how to detect a bad rebase, find a safe commit using reflog, reset the branch to that commit, and verify recovery.