git сбросить один файл
git checkout HEAD -- my-file.txt
Eranot
git checkout HEAD -- my-file.txt
git reset <commit hash> <filename>
git checkout HEAD -- /directory/my-file.txt
git checkout <commit_hash> path/to/file