December 2019
Beginner to intermediate
770 pages
16h 14m
English
You can create a new branch even for servicing (if support for the released version is done by another team and is long-term, for example, when creating service packs), or per hotfix, when creating the hotfix takes a long time and you need to isolate it from the release and development.
As you can see, the only purpose of the branch is to isolate changes in it from other changes done for a different purpose in case you need to keep it isolated for a long time.
Every strategy can be combined with the others, and in this way, you can create your own strategies based on your needs. One of these combinations is named Git flow, and we will explore it next.
Read now
Unlock full access