Is there any way to undo git svn rebase?
I did some wrong merging wrongly and just want to get back to what it was before I tried to reinstall from the central repository.
You can use git reflog to find the hash that described the state of your tree before rebase, and then check it.
git reflog