About
DevOps Deployment Process
Git Flow (log view)
Git Flow Process
Git Flow Submodule (log view)
Project Structure
Commit Rules
Licence
Git Flow (log view)
master
initial commit
git flow init -d
and so on
release/1.0.0
git flow release finish 1.0.0
release/1.1.0
git flow release finish 1.1.0
release/2.0.0
git flow release finish 2.0.0
develop
Commit submodules
git flow release start 1.0.0
Commit submodules
git flow release start 1.1.0
Commit submodules
git flow release start 2.0.0
submodule_A
Add feature_N
Add feature_X
Add feature_A
submodule_X
Add feature_N
Add feature_A
submodule_N
Add feature_N
Add feature_X
This git flow is applicable for big project who contains several sub-applications