Skip to main content
How can I retrieve the state of a repository before a specific date?
FAQ
Authors
09 Sep 2013 -
git
git checkout `git rev-list -n 1 --before="2009-07-27 13:37" master`
References
http://stackoverflow.com/a/6990682