How do you merge selective files with git-merge? - Stack Overflow

You use the cherry-pick command to get individual commits from one branch.

Notes

Top of Page