Workflow Practices
Day-to-day development workflow practices that enable Continuous Integration and Continuous Delivery.
In This Section
| Topic | Description |
|---|---|
| Trunk-Based Development | Core principles for continuous integration |
| Branch Types | Trunk, topic, and release branch definitions |
| Branching Strategies | RA vs CDe stage flows and pipelines |
| Cherry-Picking | Moving fixes between branches |
| Feature Hiding | Hiding incomplete features in trunk |
| Dependency Management | Implicit vs pinned dependencies |
| Commit Messages | Semantic commit format for traceability |
Tutorials | How-to Guides | Explanation | Reference
You are here: Explanation — understanding-oriented discussion that clarifies concepts.