initialcommit-com / git-sim

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git submodule not support

gongheng opened this issue · comments

commented

Not sure if this is worth implementing, seeing that the history of a git repository and the history of its submodules are unrelate 🤔

Also, its trivial to run git-sim for a submodule separately by changing into its directory...

@paketb0te It's a fair point, but I think it's worth it to visually implement something for the various git submodule commands since they can be very confusing to many users.

We've also had multiple users request this feature. It doesn't have to be complex, but at least a simple visualization of what each of the most common submodule options will do.