Say I\'m in a Git repository. I delete a file and commit that change. I continue working and make some more commits. Then, I find I need to restore that file.
I know
I also have this problem using the below code to retrieve a previous file to a local directory:
git checkout
The below example is working for me:
git checkout resources/views/usaSchools.blade.php