Hacker News new | ask | show | jobs
by CGamesPlay 2749 days ago
I use long-running git rebase -i with a line like “x false” to pause the rebase, run tests or finish packaging the refactor, then git rebase --continue.