docs: default branch

This commit is contained in:
decentral1se 2025-01-05 12:17:16 +01:00
parent 6e81f46078
commit bf193f5d1c
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -75,7 +75,10 @@ abra upgrade --rc
[`#559`](https://git.coopcloud.tech/toolshed/organising/issues/559) for
more.
* `main` will be chosen for new repositories created by `abra`.
* `main` will be chosen for new repositories created by `abra`. `abra` will
also attempt to clone the `main` branch first instead of the `master` branch.
The `master` branch is tried afterwards. This is mainly due to the fact that
the majority of our recipes use the `main` branch.
* `abra recipe fetch` now accepts an `--all` flag to fetch all repositories.