Get The Branching Model For A Repository

Return the branching model as applied to the repository. This view isread-only. The branching model settings can be changed using the[settings](#api-repositories-workspace-repo-slug-branching-model-settings-get) API.The returned object:1. Always has a `development` property. `development.branch` contains the actual repository branch object that is considered to be the `development` branch. `development.branch` will not be present if it does not exist....