A command-line tool to share your commit stats from local git repositories.
brew tap radulucut/gitbrag
brew install gitbrag
scoop bucket add gitbrag https://github.com/radulucut/scoop-gitbrag
scoop install gitbrag
Download the latest binary from the releases page.
gitbrag ./ --since '2025-01-01' --author '[email protected]' -O stats.png -B 000 -C fff
gitbrag ./ --since 2024-01-01
gitbrag ./ --since 2024-01-01 --until 2024-12-31
gitbrag ./ --since 7d
gitbrag ./ --author "John Doe"
gitbrag ./ --since 7d --author [email protected]
gitbrag ./ -O stats.png
gitbrag ./ --output stats.png --background "#282a36"
gitbrag ./ -O stats.png -B fff
gitbrag ./ -O stats.png --color "#50fa7b"
gitbrag ./ -O stats.png -B "#282a36" -C "f8f8f2"
gitbrag ./ -O stats.png -B 000 --color fff
.png)



