Skip to content

Instantly share code, notes, and snippets.

@davidcorbin
Created March 13, 2015 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidcorbin/c380d85853d6d55c92cc to your computer and use it in GitHub Desktop.
Save davidcorbin/c380d85853d6d55c92cc to your computer and use it in GitHub Desktop.
Find the number of lines of code in a git repository
git ls-files | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment