How to checkout in Git by date?

I am working on a regression in the source code. I’d like to tell Git: “checkout the source based on a parameterized date/time”. Is this possible?

I also have staged changes in my current view that I don’t want to lose. Ideally, I would like to toggle back and forth between the current source, and some version I’m interested in based on a previous date.

14 Answers
14

Leave a Comment