ignored files take up space in git repository -
I have some videos in the directory. Gitgnor The files were never shown in the changelog, yet they ended up in the .git / objects directory anyway. It takes ~ 550 to ~ 150 MB. How is this possible?
I have not found " git ls-files " and " git diff HEAD ago Commit - name only " and files have not been found anywhere.
An alternative solution (without explaining the root cause) will be cloned
OP those people Confirms that .git / objects
additional files are no longer present in the second clone.
You can try the original repo:
git fsck --full - unrecoverable --no-reflog
Comments
Post a Comment