Skip to content

Instantly share code, notes, and snippets.

@zenmyo
Created November 17, 2014 04:17
Show Gist options
  • Save zenmyo/d848339562c468daaaea to your computer and use it in GitHub Desktop.
Save zenmyo/d848339562c468daaaea to your computer and use it in GitHub Desktop.
git checkout by date
git checkout `git log -1 --oneline --no-abbrev-commit --until=2014-11-01 |cut -d ' ' -f 1`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment