git shortlog --since="$(date +"%Y-%m-%d") 00:00:00" --no-merges -sn 解説 git shortlogの--sinceオプションに、dateコマンドで”今日の00:00:00”を渡してやります。 --no-mergesオプションでマージコミットを除き、-sオプションでコミッター毎にまとめて、-nオプションでコミット数順に並びます。 Register as a new user and use Qiita more conveniently You get articles that match your needsYou can efficiently read back useful informationYou can use dark themeWhat you can do with signing up