Updated the README with the new -i arg

master
Wynd 2024-09-01 12:44:25 +03:00
parent 43e18129a1
commit c2466abf83
1 changed files with 4 additions and 1 deletions

View File

@ -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