Updated the README

master
Wynd 2024-11-05 11:36:54 +02:00
parent c9046f9a0e
commit 6f30df1d6a
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ $ git-heatmap --counting by-amount
# maxed at 99
$ git-heatmap --format numbers
# sets how many months per row to display
$ git-heatmap --months-per-row 6
# filter by one or multiple authors (respecting the .mailmap settings)
# without an -a flag all authors will be checked
$ git-heatmap -a "username" -a "other"