Branching Overview
How Branching Works
When you branch a conversation, Compyle creates a new task that starts from your selected point. This lets you explore different approaches, test alternatives, or continue work in parallel — all while preserving the original conversation.Explore Without Limits
Branch your conversation to try different solutions or strategies without affecting the original task flow.
Branch your conversation to try different solutions or strategies without affecting the original task flow.
Before You Branch
To avoid losing any generated code, make sure to:- Commit and push your changes from the current task.
- Or, create a Pull Request to preserve your work.
Important
Code generated in a task is tied to that task. Always save your work before branching to ensure nothing is lost.
Code generated in a task is tied to that task. Always save your work before branching to ensure nothing is lost.
Creating a Branch
To branch your conversation:- Navigate to the point in the conversation where you want to branch.
- Select the Branch option.
- A new task will be created, starting from that context.