Skip to content

Instantly share code, notes, and snippets.

@almibe
Created October 12, 2018 00:29
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 almibe/91d4d17659c49095158944409ebd0948 to your computer and use it in GitHub Desktop.
Save almibe/91d4d17659c49095158944409ebd0948 to your computer and use it in GitHub Desktop.
revert to a specific version in git easily + keep history
git rm -r .
git checkout HEAD~3 .
git commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment