Skip to content

Instantly share code, notes, and snippets.

@RavisMsk
Created March 20, 2015 20:34
Show Gist options
  • Save RavisMsk/ecf4fb9e9cc02cc2e06b to your computer and use it in GitHub Desktop.
Save RavisMsk/ecf4fb9e9cc02cc2e06b to your computer and use it in GitHub Desktop.
Count lines in files in git
git ls-files | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment