From 7d01bca60e0d528d06459cd4f5441099de5ad3e2 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 14 Dec 2025 20:19:20 +0100 Subject: [PATCH] autopushed --- README.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7d386db80..7d4cec930 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,20 @@ My garden moved from the 'master' to 'main' branch (belatedly) on this date. Please update references: -# Welcome to Flancian's digital garden! +> ```bash +> # Switch to your local master branch +> git checkout master > +> # Rename it to main +> git branch -m master main +> +> # Fetch the latest changes from the remote +> git fetch +> +> # Point your new main branch to the remote main branch +> git branch -u origin/main main +> +> # (Optional) Clean up old remote tracking branch +> git remote prune origin +> ``` -- This is my [[digital garden]] or [[personal knowledge graph]]. - - If you're viewing this as a [[git]] repository host, you will likely have a suboptimal experience; in particular, [[wikilinks]] may not work. Whenever you read something in [[double square brackets]], just know that you can resolve that link by visiting https://anagora.org/double+square+brackets or similar. - - If you'd like help setting up a [[digital garden]] like this one for yourself, please reach out to me in any way you find convenient: [[flancian]]. - - For more information about some of my other projects, please refer to https://flancia.org - - This garden is part of the [Agora of Flancia](https://anagora.org/agora), an experimental social knowledge graph, and can be found rendered with others in https://anagora.org/ - -(...) - -See https://github.com/flancian/garden. +See https://github.com/flancian/garden for more.