我如何计算git存储库中所有文件中存在的总行数?
git ls-files 给我一个git跟踪的文件列表.
git ls-files
我正在寻找cat所有这些文件的命令.就像是
cat
git ls-files | [cat all these files] | wc -l
git bash shell line-count
bash ×1
git ×1
line-count ×1
shell ×1