[GH-ISSUE #47] Feature request: support ``git cherry-pick -e`` #35

Closed
opened 2026-03-02 16:47:25 +03:00 by kerem · 1 comment
Owner

Originally created by @senali-d on GitHub (Feb 5, 2023).
Original GitHub issue: https://github.com/initialcommit-com/git-sim/issues/47

Currently cherry-pick is only supported for the following command.
git cherry-pick

git cherry-pick -e <message> command not supported.

So, I'm suggest the above mention command as a new feature.

Originally created by @senali-d on GitHub (Feb 5, 2023). Original GitHub issue: https://github.com/initialcommit-com/git-sim/issues/47 Currently cherry-pick is only supported for the following command. ```git cherry-pick``` ```git cherry-pick -e <message>``` command not supported. So, I'm suggest the above mention command as a new feature.
kerem closed this issue 2026-03-02 16:47:25 +03:00
Author
Owner

@initialcommit-io commented on GitHub (Feb 7, 2023):

Just added this in version 0.2.2! Note that git-sim doesn't support opening the default text editor to edit the commit message the way Git does, so the way you'll need to run this command is git-sim cherry-pick <commit> -e "Updated commit message"

To update to the latest version of git-sim, run:

$ pip install git-sim --upgrade

Closing for now, but feel free to add comments or reopen if you run into any issues!

<!-- gh-comment-id:1420346406 --> @initialcommit-io commented on GitHub (Feb 7, 2023): Just added this in version 0.2.2! Note that git-sim doesn't support opening the default text editor to edit the commit message the way Git does, so the way you'll need to run this command is `git-sim cherry-pick <commit> -e "Updated commit message"` To update to the latest version of git-sim, run: ``` $ pip install git-sim --upgrade ``` Closing for now, but feel free to add comments or reopen if you run into any issues!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-sim#35
No description provided.