Repositories A repository is your project’s container; it hosts all the assets, including art, code, audio, etc. Multiple collaborators can work on the same repository, contributing new assets or modifying existing ones. The repository’s admin and owners can invite collaborators. Branches A branch is a mechanism that allows you and your team to experiment, collaborate, test new features, and add fixes without disrupting the main project. Branches allow you to work safely on features, tests, etc., without disrupting the work of your collaborators. The general workflow for branching is as follows:Documentation Index
Fetch the complete documentation index at: https://docs.diversion.dev/llms.txt
Use this file to discover all available pages before exploring further.
- Create a new branch from the main branch (i.e., gameplay-test).
- Work on changes, additions, and deletions and commit them to the branch.
- Once ready, merge them into the main branch.
- Delete the branch you created.

