Skip to main content

How can I retrieve the state of a repository before a specific date?

09 Sep 2013 - git

git checkout `git rev-list -n 1 --before="2009-07-27 13:37" master`

References