git reset specific file

Shell
git reset <commit hash> <filename>git checkout c5f567 -- file1/to/restore file2/to/restore
Source

Also in Shell: