kingpinzs Posted December 3, 2012 Share Posted December 3, 2012 is PrestaShop set up so it can be used as a git submodule. So that I can move the index.php, config.inc.php and the modules folder up a level then keep a clean repo of Prestashop so any changes I make are separate from Prestashop repo that I merge. Here is an example of what I am talking about. https://github.com/markjaquith/WordPress-Skeleton the wp @ 6dde3d9 is a sub repo so that any changes made to the main repo dont affect the submodule. example file directory root index.php config.inc.php module folder -> Not the same in the submodule repo override folder -> Not the same in the submodule repo ps @ fork location -> the main submodule git repo Link to comment Share on other sites More sharing options...
kingpinzs Posted December 4, 2012 Author Share Posted December 4, 2012 I am guessing nobody understands what I am asking. I am going to create a fork of prestashop and leave it in its own repo then I am going to create a repo of my shop the only files I am going to change are in my shop repo and just want to be able to have prestashop check my folders before its own. Any ideas on how to do this? Link to comment Share on other sites More sharing options...
outre99 Posted December 7, 2012 Share Posted December 7, 2012 I'm also very interested in setting up PS under Git in order to simplify core and module release management. Look forward to some wise and informed answers. Link to comment Share on other sites More sharing options...
kingpinzs Posted December 7, 2012 Author Share Posted December 7, 2012 I am trying to get prestashop running for multiple devs. How can I get it to run on multiple boxes and by pass the instillation part? Link to comment Share on other sites More sharing options...
Recommended Posts