mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-27 03:25:53 +03:00
[GH-ISSUE #47] Feature request: support ``git cherry-pick -e`` #35
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#35
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 @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-pickgit cherry-pick -e <message>command not supported.So, I'm suggest the above mention command as a new feature.
@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:
Closing for now, but feel free to add comments or reopen if you run into any issues!