I accidentally committed and pushed some binary files to origin/master. I figured out my mistake and git rm -f MASSIVE.FILES
and commit/push ed again. Now, for cloning a 5KB project, it needs to download few hundred mega bytes because those deleted files are still in history.
The question is, how can I remove those massive files completely from history (.git)?
I already tried this answer, this one and this but none of them helped me.