git 妙用

Nolca / 2024-07-05 / 原文

查看项目总代码行数

git ls-files | grep '\.java' | xargs wc -l > ../list.txt