About
DevOps Deployment Process
Git Flow (log view)
Git Flow Process
Git Flow Submodule (log view)
Project Structure
Commit Rules
Licence
Git Flow Submodule (log view)
master
git flow init
dont_care
master
feature/
release/
hotfix/
support/
$(pwd)/.git/hooks
initial commit
git flow feature start feature_X
git flow feature finish feature_X
Merge feature/feature_X into master
git flow feature start feature_A
git flow feature finish feature_A
Merge feature/feature_A into master
git flow feature start feature_N
git flow feature finish feature_N
and so on
Merge feature/feature_N into master
feature/feature_X
working then
git commit
Add: feature_X
feature/feature_A
working then
git commit
Add: feature_A
feature/feature_N
working then
git commit
Add: feature_N
This git flow is applicable for git submodule or small project