Skip to content

Instantly share code, notes, and snippets.

@aviflax
Created August 12, 2019 17:03
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 aviflax/fccd99c970c64e0437e8efaf8758bd74 to your computer and use it in GitHub Desktop.
Save aviflax/fccd99c970c64e0437e8efaf8758bd74 to your computer and use it in GitHub Desktop.
Word / line / char count for all Git commits reachable from HEAD
git log --format='format:%B' | wc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment