From 1c9455db6a911c4cdabaf6c093f48c8f8cff4098 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 14 Dec 2025 19:43:53 +0100 Subject: [PATCH] Add self-help instructions to move from master to main also for all my Agora/garden editors :) --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 52832e688..f76ec7825 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,21 @@ ## License [[Flancia]] is [[Creative Commons]] and the [[Agora of Flancia]] is [[Free Software]]. + +--- + +### Branch Renaming Notice (Completed 2025-12-14) + +This repository has migrated its default branch from `master` to `main`. + +If you have a local clone of this repository, please update it by running: + +```bash +git checkout master +git branch -m master main +git fetch +git branch -u origin/main main +git remote prune origin +``` + +Thank you for keeping the Agora aligned with modern standards! \ No newline at end of file