mirror of
https://github.com/flancian/garden.git
synced 2026-08-06 14:36:18 +00:00
Add self-help instructions to move from master to main also for all my
Agora/garden editors :)
This commit is contained in:
@@ -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!
|
||||
Reference in New Issue
Block a user