Last Updated: February 25, 2016
·
1.001K
· jgtr

Count lines of code in a git initialized folder

git ls-files | xargs wc -l