Add self-help instructions to move from master to main also for all my

Agora/garden editors :)
This commit is contained in:
2025-12-14 19:43:53 +01:00
parent e2e705d0fc
commit 1c9455db6a
+18
View File
@@ -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!