A tool to visualize git commit history as a heatmap.
git-heatmap add to your PATH
environment variable
git heatmap [--email <email-pattern>] [--glyph <glyph>] [/path/to/repo]
Usage:
git-heatmap [options]... <repository>
Options:
-h, --help show help info
--repo <arg> git repository path
-e, --email <arg> author email pattern(default: git config --get user.email)
-b, --branch <arg> branch name (default: HEAD)
-w, --weeks <N> the number of display weeks
--scheme <arg> color scheme (default: default)
(choices: default,dracula,vibrant)
--glyph <arg> heatmap glyph (default: square)
(choices: block,square,dot,fisheye,diamond,plus)
-d, --debug enable debug mode (default: false)
Positionals:
repository alias of --repo
no license