mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-26 19:15:51 +03:00
[GH-ISSUE #15] Feature request: support git switch #10
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#10
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 @aunsbjerg on GitHub (Jan 25, 2023).
Original GitHub issue: https://github.com/initialcommit-com/git-sim/issues/15
The
switchcommand is generally recommended overcheckoutfor a few years now (as far as I know at least), so it would be nice ifgit-simcould also supportswitch.@initialcommit-io commented on GitHub (Jan 25, 2023):
@aunsbjerg Sure we can do that, just need some time since currently Git-Sim doesn't even support
git checkoutyet ':)@Elleriyc commented on GitHub (Feb 22, 2023):
Hello, this issue is still available ?
@initialcommit-io commented on GitHub (Mar 3, 2023):
@Elleriyc We're working on this one!
@initialcommit-io commented on GitHub (Apr 1, 2023):
@aunsbjerg @Elleriyc This is included in our latest release along with several other new git-sim subcommands for simulating git switch, checkout, clone, fetch, pull, and push!
To upgrade git-sim just run
pip install git-sim --upgradeI'll close this for now since the feature is implemented, but feel free to add any questions, comments, or if you run into any issues!