Skip to content

Instantly share code, notes, and snippets.

@danielecook
Created December 8, 2017 05:18
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 danielecook/9e8c79b36c73e608a0e579cc1509b822 to your computer and use it in GitHub Desktop.
Save danielecook/9e8c79b36c73e608a0e579cc1509b822 to your computer and use it in GitHub Desktop.
Count the number of lines in git repo #git
git ls-files | xargs cat | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment