Hacker News new | ask | show | jobs
by divbzero 2092 days ago
Regarding 1, I’ve found this Bash script [1] to be helpful in the past. In short, it lists all Git objects sorted by size — a good gut check for whether BFG or git filter-branch worked as you intended.

[1]: https://stackoverflow.com/questions/10622179/how-to-find-ide...