I'm working through the Rspec book and forgot to fork the sample repository before I started working. I looked up how to fix that and followed the directions in forgot to do a fork on GitHub before starting my work. However, in the process I undid all of my environment setups and now I'm getting a bunch of errors about nokogiri.
I've dealt with old versions of nokogiri before and troubleshooting that can take forever, so I want to just go back to where I was. Problem is "git log" only tells me about the git history of the repository I forked, not the work I did over the past few days.
I'm sure it's here somewhere, since git never forgets anything but I don't know how to find it. Help!