Skip to content

Instantly share code, notes, and snippets.

@zeraphie
Created February 27, 2017 15:13
Show Gist options
  • Save zeraphie/e70f9e6566c7226cbb1016ed0bdfec36 to your computer and use it in GitHub Desktop.
Save zeraphie/e70f9e6566c7226cbb1016ed0bdfec36 to your computer and use it in GitHub Desktop.
Get the lines in a git project
# via http://stackoverflow.com/a/28858550
git diff --shortstat `git hash-object -t tree /dev/null`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment