Created
November 21, 2024 17:29
-
-
Save textarcana/492fcfb40e26f37ea47ffaa27f1eed60 to your computer and use it in GitHub Desktop.
In git, put the repo into the state it was at commit X, without changing history. Like git stash pop but for git history.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git checkout <hash> -- . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment