Git private repositories for web folders

Discussion in 'General' started by alleks, Mar 21, 2012.

  1. alleks

    alleks Member

    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/
     
  2. alleks

    alleks Member

Share This Page