Maintaining git branches with different file organization
问题 I am working on a project that I deploy both on gh-pages and as an android application using cordova/phone gap. http://github.com/derekmc/html-sandbox Currently, the code for both deployments is very similar and maintaining separate branches has not been a problem. However, I recently tried to create a deeper file organization, but phonegapbuild didn't include the files from subdirectories. I am afraid that to get this to work I am going to have to organize the files in the two branches