From c2466abf836b989bff8a4aadf931d39bbbec68c9 Mon Sep 17 00:00:00 2001 From: Wynd Date: Sun, 1 Sep 2024 12:44:25 +0300 Subject: [PATCH] Updated the README with the new -i arg --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c44e033..6de3319 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # git-heatmap -simple but customizable heatmap for your local git repos written in Rust. +simple but customizable heatmap for your **local** git repos written in Rust. ![screenshot](screenshot.png) @@ -47,6 +47,9 @@ $ git-heatmap -r "/path/to/repo" -b "main" -r "other/repo" -b "" # which branches should be checked per repo, in this case all branches will be checked. $ git-heatmap --root-dir "/path" +# when using the --root-dir option you can also ignore folders of repos you don't want to count +$ git-heatmap --root-dir "/path" -i "project" + # by default merges are counted so using --no-merges ensures they won't be counted $ git-heatmap --no-merges