Commit 79341006 authored by Amy Qualls's avatar Amy Qualls

Merge branch 'docs/cherry-pick-into-project' into 'master'

Docs: Clarified the limitations of cherry-pick into a project feature

See merge request gitlab-org/gitlab!82400
parents 6f7ab888 182f0bbb
......@@ -66,8 +66,8 @@ git cherry-pick -m 2 7a39eb0
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/21268) in GitLab 13.11 behind a [feature flag](../../feature_flags.md), disabled by default.
> - [Feature flag removed](https://gitlab.com/gitlab-org/gitlab/-/issues/324154) in GitLab 14.0.
You can use the GitLab UI to cherry-pick merge requests into a project, even if the
merge request is from a fork:
You can cherry-pick merge requests from the same project, or forks of the same
project, from the GitLab user interface:
1. In the merge request's secondary menu, click **Commits** to display the commit details page.
1. Click on the **Options** dropdown and select **Cherry-pick** to show the cherry-pick modal.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment