I am working on a large project. I am working entirely on the back-end; others are working on the front-end.
I have not updated the front-end for about a month or two, since all the base functionality I needed was baked in for development of the back-end (the front-end team is doing stuff like optimizing for mobile devices, releases, etc.). Today, I did a pull on the develop branch for the front-end, but it bombs out when I try to bring it back up.
I tried looking back in the commit history; obviously what I want to do is go back to the 1-2 month-old front-end so I can keep working. However, when I look at the history, I can't identify what commit I had been working off since the pull caused the project history to show the 50_ commits done by the development team since the version I was using.
How do I simply go back to where I was?