Partly cherry-picking a commit with Git
问题 I\'m working on 2 different branches: release and development . I noticed I still need to integrate some changes that were committed to the release branch back into the development branch. The problem is I don\'t need all of the commit, only some hunks in certain files, so a simple git cherry-pick bc66559 does not do the trick. When I do a git show bc66559 I can see the diff but don\'t really know a good way of applying that partially to my current working tree. 回答1: The core thing you're