I have a fork in Github of a repo that has large binary files in the vendor folder. I want to remove that folder, so that the repo returns to a normal size.
Problems/Challenges:
- There are 7 – non sequential – commits concerning the vendor folder.
- There are hundreds of commits separating those commits. Since they are OSS contributions, it would not be appropriate to lose that history.
- It is OK if people who has forked my repo cannot use this new one. None of them has new commits. They can fork again without problems.
I would like to hear suggestions on how to proceed.
Thank you.