GitRoot

Craft your forge, Build your project, Grow your community freely

Managing repositories

The .gitroot/repositories.yml yaml file is where you can manage repositories of your forge. Present only in the root repository.

Structure

 1root:
 2  kind: normal
 3  defaultbranch: main
 4  owners: []
 5  forkurl: ""
 6repo1:
 7  kind: normal
 8  defaultbranch: main
 9  owners: []
10  forkurl: ""

Name

The first property is the name of your repo. This will make your repository accessible at ssh://yourintance.com/name.

Kind

Only kind normal is officialy supported today.

Default branch

The most importante branch, by default main but can be dev or next if your prefer.

Owners

Add your public ssh key here to be sure you will be the owner of this repo.

forkurl

Not supported today