Cherry-picking in Git means choosing a commit from one branch and applying it to another branch with new id, where order after to the commit order enter in the command
git cherry-pick <commit_id>
The following example extended rel_2.3 branch by F in dev branch