Last Updated: February 25, 2016
·
927
· jgtr

Count lines of code in a git initialized folder

git ls-files | xargs wc -l