mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-26 19:15:51 +03:00
[GH-ISSUE #44] git-sim rebase not working #33
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#33
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 @TheKnarf on GitHub (Jan 30, 2023).
Original GitHub issue: https://github.com/initialcommit-com/git-sim/issues/44
This didn't work at all:
I created a local test repo to create some illustrations, but couldn't even get the basic example to work. I got two branches in my repo called
*feature/1andmain.git-sim statusdid work.@initialcommit-io commented on GitHub (Jan 30, 2023):
Hi again @TheKnarf ,
Thanks for reporting - I'll look into this today. FYI I can tell this is related to repos with less than 5 commits on a branch, which the program handles as a special case to make sure the diagrams take up the right amount of space.
Rebases involving branches with more than 5 commits shouldn't be affected by this.
@initialcommit-io commented on GitHub (Feb 5, 2023):
@TheKnarf Sry for the delay. I pushed a fix to this a few days ago but forgot to update this ticket. To update to the most recent version of git-sim use:
Closing for now since this should be fixed, but please re-open if any issues.