Skip to content

Commit 7030163

Browse files
2 parents 2f3cbe9 + 6292f8c commit 7030163

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ This generates an image (default) or video visualization depicting the Git comma
1414
Command syntax is based directly on Git's command-line syntax, so using git-sim is as familiar as possible.
1515

1616
Example: `$ git-sim merge <branch>`
17-
18-
![git-sim-merge_01-05-23_09-44-46](https://user-images.githubusercontent.com/49353917/210939840-1d51493a-6cac-43fd-9d12-3d2948d32c61.jpg)
17+
<br/><br/>
18+
![git-sim-merge_04-22-23_21-04-32_cropped](https://user-images.githubusercontent.com/49353917/233821875-a7bb640d-10be-4433-a8fb-bd25646eeff4.jpg)
1919

2020
## Use cases
2121
- Visualize Git commands to understand their effects on your repo before actually running them
@@ -30,7 +30,7 @@ Example: `$ git-sim merge <branch>`
3030
- Run a one-liner git-sim command in the terminal to generate a custom Git command visualization (.jpg) from your repo
3131
- Supported commands: `log`, `status`, `add`, `restore`, `commit`, `stash`, `branch`, `tag`, `reset`, `revert`, `merge`, `rebase`, `cherry-pick`, `switch`, `checkout`, `fetch`, `pull`, `push`, `clone`, `rm`, `mv`, `clean`
3232
- 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)
33-
- Color commits by parameter, such as author the `--color-by=author` option
33+
- Color commits by parameter, such as author with the `--color-by=author` option
3434
- Choose between dark mode (default) and light mode
3535
- Specify output formats of either jpg, png, mp4, or webm
3636
- 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

0 commit comments

Comments
 (0)