Add `cherry-pick` command
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Go
- Stars
- 13
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
This will be a simpler case of `rebase`, and is scoped to applying the impacts of a transaction onto a different branch.
Related to #36.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the existing `rebase` command and the related issue #36 to understand the intended scope. Define how `cherry-pick` should apply a transaction's impacts to another branch, then verify that the command's behavior matches that definition.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100