Created
February 27, 2017 15:13
-
-
Save zeraphie/e70f9e6566c7226cbb1016ed0bdfec36 to your computer and use it in GitHub Desktop.
Get the lines in a git project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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