1. 程式人生 > >git command tips: find big file in commit history

git command tips: find big file in commit history

git rev-list --objects --all | grep "$(git verify-pack -v .git/objects/pack/*.idx | sort -k 3 -n | tail -10 | awk '{print$1}')"