Skip to content

Instantly share code, notes, and snippets.

@mladenp
Created December 22, 2016 10:22
Show Gist options
  • Save mladenp/2e5b217a3f28124a4ac6c24dd66f5072 to your computer and use it in GitHub Desktop.
Save mladenp/2e5b217a3f28124a4ac6c24dd66f5072 to your computer and use it in GitHub Desktop.
Count lines of code 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