「Gitlab」Git Bashでユーザ毎のコミット数を確認する方法
操作方法
1.現在のブランチのユーザ毎のコミット数
$ git shortlog -s
13 yamada
15 oosaki
25 yamashiro
2.2020devブランチのユーザ毎のコミット数
$ git shortlog -s 2020dev
130 yamada
115 oosaka
121 sato
Coding Changes the World
操作方法
1.現在のブランチのユーザ毎のコミット数
$ git shortlog -s
13 yamada
15 oosaki
25 yamashiro
2.2020devブランチのユーザ毎のコミット数
$ git shortlog -s 2020dev
130 yamada
115 oosaka
121 sato