> I hope I can recover these changes from backups - if not I've lost > quite a bit of work. >
First of all, no matter how much you rebase around, Git will not throw away old history in a repository. Have a good look through the reflog to find your last known stable point, and then do a git reset --hard to this point. Read this: http://effectif.com/git/recovering-lost-git-commits Now, going back to the original idea, using git rebase --interactive, you better read up on how it works a bit before you try again. https://help.github.com/articles/interactive-rebase -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.