Empty .git/objects
Currently, .git
folder is 185mb large, likely substantially slowing down git pull/clone
on Colab. It would therefore be helpful to get rid of it, if possible.
Steps:
-
Identify whether .git/objects
or its contents are needed. -
If it's not needed, confirm how to safely delete it. -
Delete it.