Streamlined workflow where developers commit directly to main or short-lived branches.
gitGraph
commit
commit
branch feature1
checkout feature1
commit
checkout main
merge feature1
commit
branch feature2
checkout feature2
commit
checkout main
merge feature2
commit