You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nacho00112 yes the problem is that back then i had the compiled binaries inside the repository because most of the users were not able to compile them alone.
i removed that and placed the binaries in the release section of github but they are still in the history...
i would have to revisit every commit and manually remove the files from the history which would result in a ton of new commits and a possible force push ...
git-extras has an easy to use git obliterate sub-command that makes removal of junk trivial. It automatically rewrites the entire repo history for you.
Unfortunately a force push is required and it will mess up all active forks, there's no way around that as far as I know.
You should consider reducing the repository size by some way, this isn't normal
The text was updated successfully, but these errors were encountered: