Once upon a time, there was a file in my project that I would now like to be able to get.
The problem is I have no idea of when I deleted it.
How can I locate the specific commit when this file existed?
|
Once upon a time, there was a file in my project that I would now like to be able to get. The problem is I have no idea of when I deleted it. How can I locate the specific commit when this file existed? |
||||
|
|
If you know the path the file was at, you can do this:
This should show a list of commits which touched that file. Then, you can find the version of the file you want, and display it with...
(or restore it into your working copy with |
|||||||||||||||||||||
|
|
Try using one of the viewers, such as |
|||
|
|
|
Could not edit the accepted response so adding it as an answer here, to restore the file in git, use the following (note the '^' sign just after the SHA)
|
|||
|
|