From 6f30df1d6a0eaf7a7a3a96fe2a400f53823fc19e Mon Sep 17 00:00:00 2001 From: Wynd Date: Tue, 5 Nov 2024 11:36:54 +0200 Subject: [PATCH] Updated the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3dbb4e7..7508462 100644 --- a/README.md +++ b/README.md @@ -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"