git-sim
git-sim copied to clipboard
Visually simulate Git operations in your own repos with a single terminal command.
The initial test suite has been developed, and is starting to become useful in ongoing development work. There are a few smaller tasks that would help improve the test suite,...
Would be great to have support for animated picture formats like gif (or animated svg, or apng or something else) instead of mp4 files.
I saw that the Dockerfile installs git-sim from pip (`RUN pip3 install git-sim`), I think it makes more sense to copy the code and install it directly - hence this...
I observed one thing when I run git-sim add , and if we have files in working mods and untracked files, the arrow from column 1 to column 3 is...
``` $ docker build -t git-sim . [+] Building 226.8s (9/10) docker:default => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 255B 0.0s => [internal] load metadata...
1. Fix the incorrect `pip install -e ...` command in [CONTRIBUTING.md](https://github.com/john-liu2/git-sim/blob/main/CONTRIBUTING.md) 2. Fixes #106 3. The screenshot: 
Doc, [CONTRIBUTING.md](https://github.com/john-liu2/git-sim/blob/main/CONTRIBUTING.md) has incorrect `pip install -e ...` command at `Step 6` in `Your first code contribution` section The bad one: ``` $ pip install -e .[dev] zsh: no matches...