Last Updated: February 25, 2016
·
962
· jgtr

Count lines of code in a git initialized folder

git ls-files | xargs wc -l