Skip to content

Instantly share code, notes, and snippets.

@decadef20
Last active September 4, 2019 03:42
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 decadef20/53bf8fa93214e96178652de7c0c26318 to your computer and use it in GitHub Desktop.
Save decadef20/53bf8fa93214e96178652de7c0c26318 to your computer and use it in GitHub Desktop.
Count number of lines in a git repository
git ls-files | xargs cat | wc -l
git ls-files | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment