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.
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.
Copyright:
Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF or read online from Scribd
Download as pdf
You are on page 1of 29
At a glance
Powered by AI
The document talks about git-flow workflow and branching model for managing software development projects using git.
Git-flow is a branching model and workflow that helps manage feature branches, release branches and hotfix branches in git.
The main branches in git-flow are master, develop and feature/release/hotfix branches.