Life was like a box of chocolates. You never know what you're gonna get.
© 2023. All rights reserved.
$ git verify-pack -v .git/objects/pack/pack-7b03cc896f31b2441f3a791ef760bd28495697e6.idx \ | sort -k 3 -n \ | tail -10
$ git rev-list --objects --all | grep [first few chars of the sha1 from previous output]
$ git filter-branch --index-filter 'git rm --cached --ignore-unmatch "Folder Name/*"' -- --all $ rm -Rf .git/refs/original $ rm -Rf .git/logs/ $ git gc --aggressive --prune=now
$ git count-objects -v