simpleSimple and precise- first a fall
First of all, get a latest stable commit in which you have that file by -
git log
saySay you find $commitid 12345671234567...
, then
git checkout <$commitid> $fileName
thisThis will restore the file version which was in that commit.