- Contains code that is currently deployed to App Store
- Contains code that has the new features implemented but not yet deployed to App Store
- Contains code that are in development and is work in progress.
- New features are developed in feature branches.
- Once a feature is complete, it is merged back into the develop branch.
- Periodically, the develop branch is merged into the main branch to create a new release.