mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-27 03:25:53 +03:00
[GH-ISSUE #78] git submodule not support #49
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gongheng on GitHub (Apr 4, 2023).
Original GitHub issue: https://github.com/initialcommit-com/git-sim/issues/78
@paketb0te commented on GitHub (Apr 9, 2023):
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-simfor a submodule separately by changing into its directory...@initialcommit-io commented on GitHub (Apr 9, 2023):
@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.