This document discusses Git-flow, a Git branching strategy and workflow. It introduces the main branches in Git-flow - develop, release, hotfix, and master. It also summarizes the basic commands for working with features, releases, and hotfixes in Git-flow - git flow feature, git flow release, and git flow hotfix. The goal of Git-flow is to provide a robust branching model for managing production and development in software projects.
This document discusses Git-flow, a Git branching strategy and workflow. It introduces the main branches in Git-flow - develop, release, hotfix, and master. It also summarizes the basic commands for working with features, releases, and hotfixes in Git-flow - git flow feature, git flow release, and git flow hotfix. The goal of Git-flow is to provide a robust branching model for managing production and development in software projects.