kb:scc:workflows:gitflow
This is an old revision of the document!
Gitflow
gitflow is a branching model for git created by Vincent Driessen. It forms an elegant mental model that is easy to comprehend and allows team members to develop a shared understanding of branching and releasing processes.
Detailed information can be found on A successful git branching model.
The Git Tower team wrote another detailed description on how to use gitflow with a GUI tool.
Basic usage and effect of git-flow operations on the command line:
https://danielkummer.github.io/git-flow-cheatsheet/
In a nutshell:
-
use different branches for different purposes
-
masterholds only releases (and bugfixes) -
developholds the latest version under development-
only tested features are merged into develop
kb/scc/workflows/gitflow.1665004141.txt.gz · Last modified: 2022/10/05 21:09 by joerg.hampel
-
