I deleted the wrong commit during a git interactive rebase. The people in #git pointed me to git reflog. This listed the previous HEAD, so to recover the previous state of the repository, I issued a git reset --hard <OLD_HEAD>.

Posted Thu 22 Jan 2009 12:57:19 PM PST Tags: git