@@ -61,7 +61,8 @@ $ git-story
6161$ git-story -h 
6262
6363usage: git-story [-h] [--commits COMMITS] [--commit-id COMMIT_ID] [--hide-merged-chains] [--reverse] [--title TITLE] [--logo LOGO] [--outro-top-text OUTRO_TOP_TEXT] 
64-  [--outro-bottom-text OUTRO_BOTTOM_TEXT] [--no-intro] [--no-outro] [--max-branches-per-commit MAX_BRANCHES_PER_COMMIT] [--max-tags-per-commit MAX_TAGS_PER_COMMIT] 
64+  [--outro-bottom-text OUTRO_BOTTOM_TEXT] [--show-intro] [--show-outro] [--max-branches-per-commit MAX_BRANCHES_PER_COMMIT] [--max-tags-per-commit MAX_TAGS_PER_COMMIT] 
65+  [--media-dir MEDIA_DIR] [--low-quality] [--light-mode] [--invert-branches] 
6566
6667optional arguments: 
6768 -h, --help show this help message and exit 
@@ -86,6 +87,7 @@ optional arguments:
8687 The path to output the animation data and video file (default: .) 
8788 --low-quality Render output video in low quality, useful for faster testing (default: False) 
8889 --light-mode Enable light-mode with white background (default: False) 
90+  --invert-branches Invert positioning of branches where applicable (default: False) 
8991``` 
9092
9193## Command Examples  
0 commit comments