From bf193f5d1c74556a5704556f9aa6e62e572b465c Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 5 Jan 2025 12:17:16 +0100 Subject: [PATCH] docs: default branch --- docs/abra/upgrade.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/abra/upgrade.md b/docs/abra/upgrade.md index 1cdb506..85e24e6 100644 --- a/docs/abra/upgrade.md +++ b/docs/abra/upgrade.md @@ -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.