GitBrag is a command-line tool designed to help users share their commit statistics with ease. By running simple commands, users can visualize their contribution history and even customize output colors and formats for presentations or sharing. It supports various filtering options to tailor the data displayed.
GitBrag is a command-line tool designed to help users share commit statistics from their local Git repositories efficiently. This tool provides a seamless experience in analyzing and visualizing commit data in various customizable formats.
--lang flag to include a visual bar chart showing the percentage breakdown of up to three programming languages used in the commits. This feature provides insights into project language distribution at a glance.node_modules, vendor, or any other files not relevant to the commit statistics.Generate commit statistics with the following command:
gitbrag ./ --since '2025-01-01' --author 'john@example.com' -O stats.png -B 000 -C fff
Filter commits by date:
gitbrag ./ --since 2024-01-01 --until 2024-12-31
Output statistics to a PNG file with custom colors:
gitbrag ./ -O stats.png -B fff -C 000
Examine contributions over a specific date range while excluding certain files:
gitbrag ./ --since '2025-09-01' --exclude-files '.*package-lock.json$'
GitBrag is a powerful tool for developers looking to analyze their Git contributions in a clear, visual format. Whether highlighting individual contributions or monitoring overall project activity, GitBrag provides essential insights that can help in managing projects and demonstrating developer impact.
No comments yet.
Sign in to be the first to comment.