Which Git commit stats are easy to pull

前端 未结 13 1808
面向向阳花
面向向阳花 2020-12-12 11:23

Previously I have enjoyed TortoiseSvn\'s ability to generate simple commit stats for a given SVN repository. I wonder what is available in Git and am particularly interested

13条回答
  •  温柔的废话
    2020-12-12 12:04

    The best tool so far I identfied is gitinspector. It give the set report per user, per week etc

    You can install like below with npm

    npm install -g gitinspector
    

    Details to get the links are below

    https://www.npmjs.com/package/gitinspector
    https://github.com/ejwa/gitinspector/wiki/Documentation
    https://github.com/ejwa/gitinspector
    

    example commands are

    gitinspector -lmrTw
    gitinspector --since=1-1-2017
    

    etc

提交回复
热议问题