in my visual studio project I have a repo from visual studio team services and I am using git for my version controlling, I made some changes to some files and then also I added a huge video file to my assets, I accidently forgot to add that file extension to my gitignore file and I made a commit locally and then I pushed it.
I had total 13 changes and on the 5th change being pushed ( the video file ) it is taking too long, and I don't want to push that video file in my vsts. I tried to do revert to that commit but it failed, I only want to keep those changes in my files and want to push them but I don't wanna push the video file, now I am stuck, what should I do to achieve this?