Answers for "how to count lines of git repository"

2

count lines of code in github repo

git ls-files | xargs wc -l
Posted by: Guest on January-15-2021
0

Count number of lines in Git repo

cloc $(git ls-files)
Posted by: Guest on April-30-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language