Git merge from a specific folder only
问题 I've created a rails website for client X. I now have a client, Y, who wants a website that does the exact same thing as client X, but with a different skin. I made a git branch from clientXcode and called it clientYcode. I then did all the changes to the views to make it look different, and lala, the same website with a different skin. Now here's what I don't understand about git: I've made many changes to clientXcode in the views, models, and controllers; and now I want to merge those