mirror of
https://github.com/flancian/garden.git
synced 2026-07-31 11:36:19 +00:00
autopushed
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user