I have not found any solution for this besides people saying no way. I am just hoping that someone knows a new trick that could do this.
So here is what I did.
git commit -m "test configure finished"
git status
On branch master
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
git push origin master
git revert HEAD
error: Your local changes to the following files would be overwritten by merge:
git reset --hard fb305ae7d5e01e595986
a3753cbdd22ead4cb945
HEAD is now at fb305ae
I did not perform a git add before these commands.
Can I get those unstaged files back???