Skip to content

Instantly share code, notes, and snippets.

@dantheman213
Created May 27, 2017 19:06
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dantheman213/140e641c68a523915d632bbedf4af98b to your computer and use it in GitHub Desktop.
Save dantheman213/140e641c68a523915d632bbedf4af98b to your computer and use it in GitHub Desktop.
Count how many lines of code are in git repo
git ls-files | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment