How to merge a specific commit in Git
git cherry-pick‘ should be your answer here. Apply the change introduced by an existing commit. Do not forget to read bdonlan‘s answer about the consequence of cherry-picking in this post:“Pull all commits from a branch, push specified commits to another”, where: becomes: The problem with this commit is that git considers commits to include all … Read more