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

[Gitgraph] Support cherry-pick command #3060

Closed
nploi opened this issue May 20, 2022 · 0 comments · Fixed by #3115
Closed

[Gitgraph] Support cherry-pick command #3060

nploi opened this issue May 20, 2022 · 0 comments · Fixed by #3115
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request

Comments

@nploi
Copy link

nploi commented May 20, 2022

Is your feature request related to a problem? Please describe.
Currently, We don't support cherry-pick command, but sometime we need cherry-pick some commits from main to other branch, I think this command is very helpful for us.

Describe the solution you'd like
My suggestion is the syntax should be like cherry-pick commit1 commit2 ..
example:

      commit
      commit
      branch feature/a
      commit
      commit
      checkout main
      commit
      branch feature/b
      commit
      commit
      checkout main
      merge feature/a tag: "v1.0.1"
      branch hotfix/feature/a
      checkout main
      branch release/v1.0.1
      checkout main
      commit
      merge feature/b tag: "v2.0.1"
      checkout hotfix/feature/a
      commit 123
      commit 456
      checkout release/v1.0.1
      cherry-pick 123 456

Describe alternatives you've considered
i don't have any alternative solutions.

Additional context
cherry-pick

@nploi nploi added Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request labels May 20, 2022
@knsv knsv closed this as completed in #3115 Jun 7, 2022
knsv added a commit that referenced this issue Jun 7, 2022
…in-Gitgraph

#3060 support cherry commit in gitgraph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant