I was wondering if anybody ever had to initialize private repositories on the production server in the web folder of the site that needed it. private master repository at: /var/www/app.com/web staging repository at: /var/www/test.com/web/app.com/ Clone it to work places Master -clone?-> Staging -clone-> Clone Clone -push-> Staging -push-> Master Also, where would apply the A successful git branching model tutorial? http://nvie.com/posts/a-successful-git-branching-model/
I created a question on stackoverflow.com related to this: http://stackoverflow.com/questions/...ate-repositories-on-production-server/9814594