Git branching strategy integated with testing/QA process
The way we do it is the following: We test on the feature branches after we merge the latest develop branch code on them. The main reason is that we do not want to “pollute” the develop branch code before a feature is accepted. In case a feature would not be accepted after testing but … Read more