Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: support git cherry-pick -e #47

Closed
senali-d opened this issue Feb 5, 2023 · 1 comment
Closed

Feature request: support git cherry-pick -e #47

senali-d opened this issue Feb 5, 2023 · 1 comment

Comments

@senali-d
Copy link

senali-d commented Feb 5, 2023

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.

@initialcommit-io
Copy link
Contributor

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 up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants