Upload branch information after days

Asked

Viewed 49 times

1

I have 2 areas of development: homologation and producing. Usually before going up to production I go up to the approval to perform test ( I think general do this ) so far everything OK.

However I will upload a new layout to a site and would like to use it for a few days in the prior homologation, and the doubt is: By GIT I create a branch new, I go up to the approval and after 1 week I can climb that same branch for production?

  • I believe that’s what it is. i do exactly the same thing, the only difference that I have 3 release branchs, dev, tests and stable, now if I’m 'wrong' I’ll find out too, but I believe it’s correct.

  • Don’t you already do this as you explained before? Testing earlier on homologation and then deploying in production. What’s the difficulty?

1 answer

1

As the layout is experimental, you can do as said:

  1. Create a branch with the new layout only
  2. Bring her up for approval
  3. If all goes well, you can merge this branch into the production branch (which would be equivalent to what you said)

Another idea would be to keep the two layouts (old and new) in your application and control the enabling of one or the other, via parameter. This strategy is known as Toggle Feature. So, you can already go up the code to the production branch and turn on this parameter, to enable the new layout, in homologation.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.