Revert single file to a previous commit
#to specific commit git checkout [commit-ref] -- [filename] #if you know how many commits git checkout master~5 image.png