There are 3 different branching systems Feature Branch, Release Branch, and Hotfix Branch
What is the difference between them and what are they used for?
There are 3 different branching systems Feature Branch, Release Branch, and Hotfix Branch
What is the difference between them and what are they used for?
It's not part of git.
It's one of the git workflows named git flow
.
All the information is here https://nvie.com/posts/a-successful-git-branching-model/
There are several common git workflows. GitFlow is only one of them For example: