You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Generate an animated video (.mp4) instead of a static image using the `--animate` flag (note: significant performance slowdown, it is recommended to use `--low-quality` to speed up testing and remove when ready to generate presentation-quality video)
31
+
- Color commits by parameter, such as author the `--color-by=author` option
31
32
- Choose between dark mode (default) and light mode
32
33
- Specify output formats of either jpg, png, mp4, or webm
33
34
- Combine with bundled command [git-dummy](https://github.com/initialcommit-com/git-dummy) to generate a dummy Git repo and then simulate operations on it
@@ -136,6 +137,7 @@ The `[global options]` apply to the overarching `git-sim` simulation itself, inc
136
137
`-n <number>`: Number of commits to display from each branch head.
137
138
`--all`: Display all local branches in the log output.
138
139
`--animate`: Instead of outputting a static image, animate the Git command behavior in a .mp4 video.
140
+
`--color-by author`: Color commits by parameter, such as author.
139
141
`--invert-branches`: Invert positioning of branches by reversing order of multiple parents where applicable.
140
142
`--hide-merged-branches`: Hide commits from merged branches, i.e. only display mainline commits.
141
143
`--media-dir`: The path at which to store the simulated output media files.
0 commit comments