Last active
February 4, 2019 17:05
-
-
Save braitom/2db238b9391d0cdd5bac4fedff82a857 to your computer and use it in GitHub Desktop.
git log by commit
This file contains 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
git log --name-only --oneline | grep -v ' ' | sort | uniq -c | sort -n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
git logでファイルごとのコミット数出す