Please enable JavaScript.
Coggle requires JavaScript to display documents.
GIT FLOW (Why GitFlow? (Gitflow makes developer speed up the process with…
GIT FLOW
-
-
What Is Master Branch?
The single 'master' branch (named by default master) contains the stable release line. Its HEAD represents the latest stable release.
-
-
What Is GitFlow?
GitFlow is a branching model for Git, created by Vincent Driessen. It has attracted a lot of attention because it is very well suited to collaboration and scaling the development team.
What Is Develop Branch?
The single 'develop' branch (named by default develop) contains the ongoing development line. It contains all finished improvements and fixes.