Last Updated: February 25, 2016
·
955
· jgtr

Count lines of code in a git initialized folder

git ls-files | xargs wc -l