gitファイルの編集回数のランキング
? git: ファイルの#{change}のランキングを#{display}
? git: (よく|頻繁に)#{change}(されてる|されている)ファイルを#{display}
? git: ファイルの#{change}頻度を#{display}
? git: ファイルを#{change}頻度順にソート
% git log --name-only --pretty="format:" | grep -ve "^$" | sort | uniq -c | sort -r