Hacker News new | ask | show | jobs
by cjh_ 4596 days ago
Locally in git you have the HEAD@{n} notation to step back n steps through the reflog, so after a bad rebase a `git reset --hard HEAD@{1}` should be all you need.