Skip to content

Instantly share code, notes, and snippets.

@braitom
Last active February 4, 2019 17:05
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 braitom/2db238b9391d0cdd5bac4fedff82a857 to your computer and use it in GitHub Desktop.
Save braitom/2db238b9391d0cdd5bac4fedff82a857 to your computer and use it in GitHub Desktop.
git log by commit
git log --name-only --oneline | grep -v ' ' | sort | uniq -c | sort -n
@braitom
Copy link
Author

braitom commented Feb 4, 2019

git logでファイルごとのコミット数出す

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment