Oversized github repository #288
Replies: 6 comments
-
All of this is taken up by graphics and animations in the notebooks. I would like to clear these from all notebooks in the repo and flush them from the git history as well. I've looked at a few solutions in the past but none were fantastic. Running |
Beta Was this translation helpful? Give feedback.
-
Just a note to myself. use BFG to purge history https://rtyley.github.io/bfg-repo-cleaner/#download |
Beta Was this translation helpful? Give feedback.
-
Put this on ice until it causes real problems or too painful to bear. |
Beta Was this translation helpful? Give feedback.
-
Most of the space is taken up by Jupyter notebook outputs (images, gifs, etc.) Does BFG help with this? I've found a couple more resources which may help with Jupyter notebooks: https://zhauniarovich.com/post/2020/2020-10-clearing-jupyter-output-p3/ |
Beta Was this translation helpful? Give feedback.
-
BFG just purges history. The history may take up some space. I think we can try your findings first. This issue is not too painful for now. Anyway, people can always ignore history by
See the screenshot below. The history is not a big problem anymore.
|
Beta Was this translation helpful? Give feedback.
-
convert to discussion until we decide some actionable plans. |
Beta Was this translation helpful? Give feedback.
-
The size of this repository is 914M as of 13 Jun 2023. Write down this problem lest I forgot.
du -sh -- * .[^.]* | sort -h
Ignore history:
git clone --depth 1 --branch master https://github.com/GPlates/gplately.git
Beta Was this translation helpful? Give feedback.
All reactions