Skip to content

Instantly share code, notes, and snippets.

@andybui01
Last active November 16, 2020 05:45
Show Gist options
  • Save andybui01/5569ebf2b5cc3d32be9c21ffb1407d47 to your computer and use it in GitHub Desktop.
Save andybui01/5569ebf2b5cc3d32be9c21ffb1407d47 to your computer and use it in GitHub Desktop.
git count lines of code
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