initialcommit-com / git-sim

Visually simulate Git operations in your own repos with a single terminal command.
GNU General Public License v2.0
4.17k stars 107 forks source link

Fix arrangement of file names in columns #71

Open abhijitnathwani opened 1 year ago

abhijitnathwani commented 1 year ago

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 drawn over the file names in column 2. This is not definitive, but running the same command multiple times gives the problematic visualization.

Normal simulation:

Errorneus simulation:

Filing an issue so that we can keep a track and fix it in the future.