I have made some changes to a file which has been committed a few times as part of a group of files, but now want to reset/revert the changes on it back to a previous versio
This worked for me:
git checkout file
Then commit the change:
git commit -a