Login
Roast topics
Find topics
Find it!
From:
adamj.eu
(Uncensored)
subscribe
Git: partially cherry-pick a commit - Adam Johnson
https://adamj.eu/tech/2025/09/08/git-partial-cherry-pick/
links
backlinks
Tagged with:
posts
Roast topics
Find topics
Roast it!
git cherry-pick allows you to copy a commit another branch to your current one. A common use case is copying a bug fix from a long-running feature branch to another one, so that it can be merged sooner, for example: