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.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0 ratings0% found this document useful (0 votes)
937 views
Git Flow Tutorial
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.