Created
May 27, 2017 19:06
-
-
Save dantheman213/140e641c68a523915d632bbedf4af98b to your computer and use it in GitHub Desktop.
Count how many lines of code are in git repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git ls-files | xargs wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment