Undo a git svn rebase
git
Solution
You can use `git reflog` to find the hash that described the state of your tree before the rebase and then check it out.
Problem
Is there anyway to undo a git svn rebase? I incorrectly did some merges and want to just go back to the way things were before I tried to rebase from the central repository.