Sometimes when working with git, you want to merge some features in another branch into the branch you are working on. But a merge will add all the changes. How do you cherry-pick specific files you want?
Read more...
Git - Checkout a specific file or directory from another branch