42
Technology

Gitflow

The Git-flow workflow is a workflow for the version management software Git. Git-flow is excellent for larger projects with regular release cycles involving many software developers. Typical for Git-flow are the branches: master, develop, feature and hotfix.