Created
March 13, 2015 03:09
-
-
Save davidcorbin/c380d85853d6d55c92cc to your computer and use it in GitHub Desktop.
Find the number of lines of code in a git repository
This file contains 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