Answer the question
In order to leave comments, you need to log in
How to organize the GIT branching model and casting for staging?
Hello everyone, I read the article: A successful branching model for Git / Habr I
liked the model, but there are still many questions that I want to get answers to.
Questions:
Introductory: Let's imagine that we have 2 branches: master - where release versions are cast and develop - where test builds are cast for QA testing before getting into the master. Auto-deploy is launched from the developer, after which the changes go to staging.
Answer the question
In order to leave comments, you need to log in
one)
I want the new commit to be checked by QA after fixing the bug, but how to organize the staging space in this case? We cannot merge the code into unstable development and roll out to staging, since changes in the development may have an unstable effect on release #1. How to be?
where should the developer get dirty in this case, from the developer or from the branch with feature number 1?
According to agile, the second team working on feature #2 cannot submit their code to development, otherwise it will slow down the delivery of the new release
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question