Help us with our git workflow

Posted by Brandon Cordell on Programmers See other posts from Programmers or by Brandon Cordell
Published on 2011-05-11T20:12:18Z Indexed on 2012/09/21 21:56 UTC
Read the original article Hit count: 199

Filed under:
|

We have a web application that gets deployed to multiple regions around our state. An instance of the application for each region. We maintain a staging and production (master) branch in our repository, but we were wondering what is the best way of maintaining each instances codebase. It's similar at the core, but we have to give each region the ability to make specific requests that may not make it into the core of the application.

Right now we have branches for each region, like region_one_staging, and region_one_production. At the rate we're growing we'll have hundreds of branches here in the next few years.

Is there a better way to do this?

© Programmers or respective owner

Related posts about git

Related posts about Workflows