mirror of
https://github.com/flancian/garden.git
synced 2026-08-05 14:06:18 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d01bca60e | |||
| 958f2fd25f | |||
| 596b96295f |
@@ -1,34 +1,25 @@
|
|||||||
# Welcome to Flancian's digital garden!
|
# Important: migration to main
|
||||||
|
|
||||||
- This is my [[digital garden]] or [[personal knowledge graph]].
|
!If you are reading this, you are probably reading an old garden last updated December 2025!
|
||||||
- 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/
|
|
||||||
|
|
||||||
## Navigating this garden
|
My garden moved from the 'master' to 'main' branch (belatedly) on this date.
|
||||||
|
|
||||||
- Please use the search function in the [[Agora of Flancia]] as linked or embedded above, or begin by browsing one of the following starting points which tend to be interestingly connected :)
|
Please update references:
|
||||||
- [[person]]
|
|
||||||
- [[thing]]
|
|
||||||
- [[idea]]
|
|
||||||
- [[do]]
|
|
||||||
- [[contract]]
|
|
||||||
- [[flancia]]
|
|
||||||
- [[manifesto]]
|
|
||||||
- [[twitter]]
|
|
||||||
- [[mastodon]]
|
|
||||||
- [[matrix]]
|
|
||||||
- [[agora]]
|
|
||||||
- [[agora project]]
|
|
||||||
- [[agora server]]
|
|
||||||
- [[agora bridge]]
|
|
||||||
- [[agora plan]]
|
|
||||||
- [[agora discuss]]
|
|
||||||
- [[agora protocol]]
|
|
||||||
- [[agora rfcs]]
|
|
||||||
- [[wikilinks everywhere]]
|
|
||||||
|
|
||||||
## License
|
> ```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
|
||||||
|
> ```
|
||||||
|
|
||||||
[[Flancia]] is [[Creative Commons]] and the [[Agora of Flancia]] is [[Free Software]].
|
See https://github.com/flancian/garden for more.
|
||||||
|
|||||||
Reference in New Issue
Block a user