Git, find out which files have had the most commits

前端 未结 4 389
耶瑟儿~
耶瑟儿~ 2021-01-30 14:29

How can I search my git logs to see which files have had the most activity?

4条回答
  •  独厮守ぢ
    2021-01-30 15:08

    uses git effort [--above ] (from git-extras package) to list all files and the number of commit concerned.

    You can restrict to a path

提交回复
热议问题