Created
February 20, 2020 23:13
-
-
Save diazdc/9ff32c682ce2fd61b851ed350f032095 to your computer and use it in GitHub Desktop.
Generate file from old git commit or branch
This file contains hidden or 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
# HEAD~1 is a single commit back, HEAD~2 is two.. | |
# Don't forget to write the full path | |
git show HEAD:all_regeneration_datasets_Sungmin/app.R |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment