git-extras

Collection of useful Git utilities and commands for enhanced workflow

brewmacoslinux
Try with needOr install directly
Source

About

Small git utilities

Commands

git-extrasgit-summarygit-effortgit-changeloggit-ignoregit-infogit-authorsgit-countgit-delete-branchgit-featuregit-squashgit-gh-pages

Examples

Show repository summary with contributors and commit count$ git summary
Display effort statistics showing commit frequency per file$ git effort --above 10
Generate changelog from git log between versions$ git changelog --final-tag v1.0.0