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
- Visualize Git commands to understand their effects on your repo before actually running them
20
20
- Prevent unexpected working directory and repository states by simulating before running
21
-
- Share visualizations (jpg image or mp4 video) of your Git commands with your team, or the world
21
+
- Share visualizations (jpg/png image or mp4/webm video) of your Git commands with your team, or the world
22
22
- Save visualizations as a part of your team documentation to document workflow and prevent recurring issues
23
-
- Create static Git diagrams (jpg) or dynamic animated videos (mp4) to speed up content creation
23
+
- Create static Git diagrams (jpg/png) or dynamic animated videos (mp4/webm) to speed up content creation
24
24
- Help visual learners understand how Git commands work
25
25
- 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
- Pushes the specified `<branch>` to the specified `<remote>` and displays the local result
314
322
- If `<remote>` and `<branch>` are not specified, the active branch is pushed to the default remote
315
323
- If the push fails due to remote changes that don't exist in the local repo, a message is included telling the user to pull first, along with color coding which commits need to be pulled
0 commit comments