git-sim icon indicating copy to clipboard operation
git-sim copied to clipboard

Feature request: support `git switch`

Open aunsbjerg opened this issue 2 years ago • 1 comments

The switch command is generally recommended over checkout for a few years now (as far as I know at least), so it would be nice if git-sim could also support switch.

aunsbjerg avatar Jan 25 '23 05:01 aunsbjerg

@aunsbjerg Sure we can do that, just need some time since currently Git-Sim doesn't even support git checkout yet ':)

initialcommit-io avatar Jan 25 '23 08:01 initialcommit-io

Hello, this issue is still available ?

Elleriyc avatar Feb 22 '23 10:02 Elleriyc

@Elleriyc We're working on this one!

initialcommit-io avatar Mar 03 '23 06:03 initialcommit-io

@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 --upgrade

I'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!

initialcommit-io avatar Apr 01 '23 04:04 initialcommit-io