There\'s a special place in hell for people who hardcode absolute paths and database credentials into multiple random places in web applications. Sadly, before they go to he
I don't know if this would work, but:
MAKE_LOCALMAKE_REMOTEgit cherry-pick MAKE_REMOTE (or use git diff and patch)git cherry-pick MAKE_LOCAL (or use git diff and patch)I think there is an even better way of transforming files in this manner, but I can't recall (if you can find shacon's git presentation from RubyConf, and can wade through 800 slides, it's in there with some great examples).