# Read Only Branches

{% hint style="warning" %}
While developing your dbt™️ project, changes/edits should never made against your remote default branch (usually called main or master).

When working with git a new branch should be created in order to make any changes to your project so that a Pull Request can be opened to merge your changes into your default branch.
{% endhint %}

To prevent users to commit directly again main or master, whether you are using [Git Lite](https://docs.paradime.io/app-help/documentation/code-ide/left-panel/git-lite) or [Git Advanced](https://docs.paradime.io/app-help/concepts/working-with-git/git-advanced) the default branch will be always protected in Paradime meaning that you wont be able to make edits to files in your dbt™️ project.

If you see the prompt below when trying to edit a file, simply create a new branch or switch to an existing one.

<figure><img src="https://2337193041-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHET0AD04uHMgdeLAjptq%2Fuploads%2FoAR3wnvCWN3A4g4ydEo6%2Fimage.png?alt=media&#x26;token=8502e35c-cec6-4da1-a53d-9a7ddda0cb29" alt=""><figcaption></figcaption></figure>
