Skip to content

Instantly share code, notes, and snippets.

@braitom
Last active February 4, 2019 17:05
Show Gist options
  • Select an option

  • Save braitom/2db238b9391d0cdd5bac4fedff82a857 to your computer and use it in GitHub Desktop.

Select an option

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

braitom commented Feb 4, 2019

Copy link
Copy Markdown
Author

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

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