I think I have a very serious problem.
The short of it: Github Desktop very weirdly only committed a single file in a slew of files that had been changed. I then did a sync. So, remote Github confirms that I've only committed a single file.
Now, for one reason or another, all of my files are a reflection of a version prior to the last commit.
I'm really, really worried. I attempted to fix this myself, with a series of git reflog
and git reset HEAD^
(stupid, I know), but I haven't seen any results. I cannot seem to get back all that I had worked on just before my last commit. Is there any one who can help me?