Skip to content

Instantly share code, notes, and snippets.

@igniteflow
Created April 18, 2016 13:56
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 igniteflow/f49c885705fcd099725ab00b2ec823c1 to your computer and use it in GitHub Desktop.
Save igniteflow/f49c885705fcd099725ab00b2ec823c1 to your computer and use it in GitHub Desktop.
Useful Git commands
# checkout master from n days ago
git checkout `git rev-list -n 1 --before="7 days ago" master`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment