Process Flow - Trunk-based development
Start on trunk (main branch)
Create short-lived feature branch
Develop feature
Merge back to trunk quickly
Run tests on trunk
Deploy from trunk
Repeat for next feature
Trunk-based development means working on a single main branch, creating short-lived branches for features, merging them back quickly to keep code integrated and stable.