Skip to content

Instantly share code, notes, and snippets.

@SimonRichardson
Created January 23, 2014 17:15
Show Gist options
  • Select an option

  • Save SimonRichardson/8582718 to your computer and use it in GitHub Desktop.

Select an option

Save SimonRichardson/8582718 to your computer and use it in GitHub Desktop.
Find quickly the amount of code written in git repo
wc -l $(git ls-files | grep '.*\.js')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment