Algocraft / Git Commands / git cherry-pick
Copy one specific commit onto your current branch — without merging or rebasing the whole branch it came from
cherry-pick A..B
--continue