Skip to content

Instantly share code, notes, and snippets.

@ernestohs
Created January 17, 2017 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ernestohs/e6bc51a7de8c7b7e676bedc5e7ecf310 to your computer and use it in GitHub Desktop.
Save ernestohs/e6bc51a7de8c7b7e676bedc5e7ecf310 to your computer and use it in GitHub Desktop.
Git - Go back in time
git checkout `git rev-list -n 1 --before="2014-06-10 12:00" master`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment