So, I have a maintenance branch and a master branch in my project. If I make a commit in the maintenance branch and want to merge it forward to the master branch, that\'s ea
This is exactly the use case for git-cherry-pick
git checkout maintenance git cherry-pick