Branch list
The Branches page shows all project branches:Creating a branch
- Click “Create branch”
- Enter a descriptive name (e.g.,
feature/pricing-update,fix/discount-bug) - Click Create
Naming conventions
Use prefixes to indicate branch purpose:feature/- New functionalityfix/- Bug fixesrefactor/- Code improvementstest/- Experimental changes
Working on a branch
After creating a branch, click the edit button to open the editor. You can:- Add, modify, or delete files
- Commit changes with descriptive messages
- Test rules using the simulator
Committing changes
- Make your changes in the editor
- Click “Commit changes”
- Review the list of changed files
- Enter a commit message
- Click Commit
Branch actions
Merging branches
When ready to merge changes into main:- Open the branch in the editor
- Click “Merge”
- Review the changes
- Enter a merge commit message
- Optionally check “Open change request” for review workflow
- Click Merge or Open change request
Direct merge vs change request
Viewing commit history
Click the commits link on any branch to see its history:- Chronological list of commits
- Click any commit to view details and changed files
- See author and timestamp for each commit