recovering from git rebase

Posted by Schitti on Stack Overflow See other posts from Stack Overflow or by Schitti
Published on 2010-03-30T10:50:13Z Indexed on 2010/03/30 10:53 UTC
Read the original article Hit count: 420

Filed under:
|

I have a local branch work, where I created two new files a.py, b.py and committed them.

Then, instead of doing "git rebase origin/master", I accidently typed "git rebase origin master", and now the commit I did is gone and the files are gone. Does anyone know how I can recover my files?

© Stack Overflow or respective owner

Related posts about git

Related posts about rebase