1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update cherry-picking-a-commit-in-github-desktop.md (#28199)

Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
Co-authored-by: isaacmbrown <isaacmbrown@github.com>
This commit is contained in:
Elanchezhiyan P
2023-10-03 19:56:22 +05:30
committed by GitHub
parent c78024a386
commit cc69cae661

View File

@@ -41,6 +41,8 @@ You can also use cherry-picking when collaborating with a team. Some projects in
![Screenshot of the "History" tab and the "Current Branch" dropdown view. The cursor hovers over the "my-feature" branch, and "plus one" icons indicate the addition of one commit.](/assets/images/help/desktop/cherry-picking.png) ![Screenshot of the "History" tab and the "Current Branch" dropdown view. The cursor hovers over the "my-feature" branch, and "plus one" icons indicate the addition of one commit.](/assets/images/help/desktop/cherry-picking.png)
1. The current branch changes to the branch onto which you cherry-picked the commit. You can now push the cherry-picked commit to the remote repository.
## Further reading ## Further reading
- [git-cherry-pick](https://git-scm.com/docs/git-cherry-pick) in the Git documentation - [git-cherry-pick](https://git-scm.com/docs/git-cherry-pick) in the Git documentation