Answer the question
In order to leave comments, you need to log in
How to use the git flow approach to make minor edits?
Hello.
The question is. In development, we use the git flow approach, everything is clear, I like everything, the only thing is that it’s not very clear how to make minor edits “according to feng shui” that are not critical in the master right now?
To issue them as hotfix? So they don't seem to be that critical. Style them as a feature? So this is not a feature, it seems, but a fix. Commit directly to release? And if these edits are needed in the develop branch?
Thanks
Answer the question
In order to leave comments, you need to log in
There is an option to keep the pred branch, which incorporates the latest changes.
The pred branch itself should be merged with the master branch, either at certain intervals or when a critical mass of changes has been reached.
PS: If virtualization and user feedback (or behavior analysis) are highly developed, then it is desirable to test the latest pred changes on 20% of users in order to quickly identify small bugs and the demand for the accepted changes.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question