I have done some research online, and I still could not figure out what is the best way to revert one single file that has been pushed to repository using GIT.
I have done Git Revert, but it reverts back the entire commit. So let's say if you have 2, 3 files in a commit, but you only want to revert back 1 file, that wouldn't really work well.
Any ideas? Many thanks