git-sim icon indicating copy to clipboard operation
git-sim copied to clipboard

Visually simulate Git operations in your own repos with a single terminal command.

Results 25 git-sim issues
Sort by recently updated
recently updated
newest added

Hi, I just installed git-sim on my Ubuntu 20.04.5, following the Quickstart guide, but when I try to run it, I get this error on the terminal: `command not found:...

@paketb0te I think maybe you can help me with this since I haven't had too much time to research it. Basically, for local testing of Git-Sim I like to directly...

Tried 'git-sim merge master': ``` (process:37120): GLib-GIO-WARNING **: 09:43:15.672: Unexpectedly, UWP app `Clipchamp.Clipchamp_2.5.15.0_neutral__yxz26nhyzhsrt' (AUMId `Clipchamp.Clipchamp_yxz26nhyzhsrt!App') supports 41 extensions but has no verbs Traceback (most recent call last): File "C:\Python310\lib\runpy.py", line...

This project is a cool idea! I thought it might help folks understand and feel more comfortable with a rebase. Unfortunately, I get this error when trying to rebase my...

I installed `ffmpeg` (manually) and `manim`, and they both work, but when I try to run `git-sim merge develop`, I get an error about importing cv2: ``` > git-sim merge...

bug

Once again, this is a great tool! Can I interest you in using [`poetry`](https://python-poetry.org/docs/) for packaging and dependency management? I had pretty good experiences with it, can definitely recommend. If...

enhancement

The `switch` command is generally recommended over `checkout` for a few years now (as far as I know at least), so it would be nice if `git-sim` could also support...

enhancement
good first issue

It would be nice with support for outputting `.webm` videos.

First off, this is a very cool project. Thank you for it! One thing I don't like is that git-sim stores it's media files in the local project directory, and...

- cleaned up imports - added 3, 3.5, 3.6+ trailing commas - tidied whitespace - formatted with black