We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed8ac3 commit 3687e4dCopy full SHA for 3687e4d
README.md
@@ -39,6 +39,8 @@ $ git-commits-graph --help
39
```
40
Usage: git-commits-graph [OPTIONS] GIT_DIR
41
42
+ Plot git commits timeline main function.
43
+
44
Options:
45
-b, --branch TEXT git repository branch to browse.
46
-s, --style TEXT matplotlib plotting style to use.
@@ -50,7 +52,10 @@ Options:
50
52
-l, --log-scale aggregate by day
51
53
-a, --list-available-plot-styles
54
list available plot styles and exit.
55
+ -e, --engine TEXT plotting engine to use (matplitlib | plotly)
56
+ -o, --output-file TEXT output file name (for plotly backend)
57
--help Show this message and exit.
58
59
60
61
0 commit comments