I\'ve deleted a file with Git and then committed, so the file is no longer in my working copy. I want to look at the contents of that file, but not actually restore it. How can
Since you might not recall the exact path, you can instead get the sha1 from git log then you can simply issue
git cat-file -p