git ls-files | xargs wc -l
git ls-files | grep '.java$' | xargs wc -l
git diff --stat $(git hash-object -t tree /dev/null)
No comments:
Post a Comment