check lines of code in github repo code example
Example 1: get total github lines
git ls-files | xargs wc -l
Example 2: count lines of code in github repo
git ls-files | xargs wc -l
git ls-files | xargs wc -l
git ls-files | xargs wc -l