craft your forge, build your project, grow your community freely
1<!--
2SPDX-FileCopyrightText: 2025 Romain Maneschi <romain@gitroot.dev>
3 4SPDX-License-Identifier: CC-BY-SA-4.0
5--> 6 7# Default Branch
8 9As GitRoot works with diff you need to specify a defaultBranch. This defaultBranch represent the main state of your repository.
1011This branch is really important in GitRoot. Lots of actions are taken when the diff is in this branch. For example, repositories are created when they are added in this branch. Another exemple is the plugins, which are installed only when the change is in defaultBranch.
1213It permit to users of your instance/repository to "propose" change without taking effect before an "owner" has accepted this changes.