So... not sure how it happened, but I had been working in a branch a I made a couple changes, ran git add -A and then git commit (with a comment). Did that a few times, and then when I went to push up all the changes to the branch I was in, I got a message that said that the branch was already up to date. I couldnt figure out what the heck was going on, so I checked back out the branch and it overwrote everything.
Stranger still, now all the commits I made are gone when I run git log.
Any way I can get it all back? Or am I SOL and have to figure out why the heck it kicked me out of my branch for some reason?