A
A
Anton Ivanov2019-01-10 06:48:50
git
Anton Ivanov, 2019-01-10 06:48:50

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

3 answer(s)
A
alexalexes, 2019-01-10
@alexalexes

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.

D
dmitriy, 2019-01-10
@dmitriylanets

do it via hotfix

A
Andrey, 2019-01-10
@VladimirAndreev

and how do small, non-critical edits differ from non-small ones in terms of gitflow, in order to write a separate protocol for them, and even clearly determine in which case this protocol operates, and in which main one?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question