Practice free →
Home › Per Pro Git on workflows, the GIT-FLOW model use…

Per Pro Git on workflows, the GIT-FLOW model uses long-lived branches for which purposes?

Amain, develop, feature/release/hotfix branches
Bfeature branches that never merge back to main
Ctags only on the main branch with no branches
Dmain only with all work direct on main branch
Answer & Solution
Correct answer: A. main, develop, feature/release/hotfix branches
Vincent Driessen 2010 'A successful Git branching model' (linked from Pro Git): main = production; develop = next release; feature/release/hotfix branches around them.
Solve this in the app — Practice practice & 24k+ MCQs →
Related questions