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
Hello @remi-braun,
The git history is pretty heavier (almost 300 Mo). By analyzing the git repo, I noticed that some files should never have been pushed. But it's up to you to decide if it is important to keep in the history.
We can easily reduce the size to 90Mb with a single command:
Notice that all this files will never been accessible in the git history. It means that if you checkout on an old branch, there will be no way to get back this folders.
Hello @remi-braun,
The git history is pretty heavier (almost 300 Mo). By analyzing the git repo, I noticed that some files should never have been pushed. But it's up to you to decide if it is important to keep in the history.
We can easily reduce the size to 90Mb with a single command:
Notice that all this files will never been accessible in the git history. It means that if you checkout on an old branch, there will be no way to get back this folders.
You can find a complete report here:
eoreader_analysis.zip
After cleaning, the heaviest folder is "docs" (86 Mo). There are different solutions but maybe it's better to go step by step.
The text was updated successfully, but these errors were encountered: