I made a "little" mistake and added a "little" (>100MB) file to my local repo.
Two commits later I'm trying to push to remote repo in github that have a limit of 100MB.
I can remove the file from my current commit with git rm --cached
, but it still in previous commits.
How can I remove the file from all commits? I've tried this answer about git filter-branch but don't work for my.