Skip to content

Instantly share code, notes, and snippets.

@inouire
Last active April 21, 2023 08:13
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 inouire/db0fc48e7a9e474175bc56360c3f7a63 to your computer and use it in GitHub Desktop.
Save inouire/db0fc48e7a9e474175bc56360c3f7a63 to your computer and use it in GitHub Desktop.
Go back in time with git

Pick a date, pick a branch, here you go

git checkout `git rev-list -n 1 --first-parent --before="2019-07-27 13:37" master`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment