DEV Community

ke jia
ke jia

Posted on

Git Blame Doesn't Tell You the Real Story — This Tool Does

git blame tells WHO. Not WHY a file changes 47x/month.

npm i -g @wuchunjie/gitpulse && gitpulse
Enter fullscreen mode Exit fullscreen mode

File hotspots, commit patterns, branch strategy, contributor impact.

gitpulse --period 3m
gitpulse --compare main..develop
Enter fullscreen mode Exit fullscreen mode

Git is your project's diary. Read it.

Ko-fi

Top comments (0)