Branching Guide
What Are Branches?
Branching Use Cases
1. Development Workflows
main (production)
↑
test
↑
dev2. Feature Branches
3. Tenant Isolation
4. Scenario Analysis
Getting Started with Branching
Setup
Exercise 1: Creating a Development Branch
Using the Clojure API
Using the REST API
Exercise 2: Testing with Branches
Exercise 3: Merging Branches
Using Clojure API
Using REST API
Exercise 4: Working with Multiple Users
Exercise 5: "What-If" Analysis for Business Scenarios
Advanced Branching Patterns
Multi-Tenant Architecture
Feature Flagging with Branches
Best Practices for Branching
Conclusion
Next Steps
Community Resources
Last updated
Was this helpful?