Answers for "Count number of lines in Git repo"

0

Count number of lines in Git repo

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

Code answers related to "Count number of lines in Git repo"

Browse Popular Code Answers by Language