前端工程化版本控制使用git命令获取仓库中已经提交的大文件排名使用git命令获取仓库中已经提交的大文件排名git rev-list --all | xargs -rL1 git ls-tree -r --long | sort -uk3 | sort -rnk4 | head -40