mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 23:16:21 +00:00
Default commit message, part of an automated flow.
This commit is contained in:
+5
-1
@@ -12,7 +12,11 @@ As of the time of writing the [[Agora]] consists of three distinct repositories:
|
|||||||
- The [[agora server]], which is designed as a [[read interface]] to the [[agora]] and which you are likely browsing these instructions in (unless you're reading them on [[github]]).
|
- The [[agora server]], which is designed as a [[read interface]] to the [[agora]] and which you are likely browsing these instructions in (unless you're reading them on [[github]]).
|
||||||
- The [[agora bridge]], which is designed as a [[write interface]] to the [[agora]], tasked with maintaining the Agora's configuration and running fetch/update tasks.
|
- The [[agora bridge]], which is designed as a [[write interface]] to the [[agora]], tasked with maintaining the Agora's configuration and running fetch/update tasks.
|
||||||
|
|
||||||
You need to set up *all three* to run a fully functioning Agora, but you only need to set up the first two to run a read only mirror.
|
You need to set up *all three* to run a fully functioning Agora, but you only need to set up the first two to run a read only mirror:
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone
|
||||||
|
```
|
||||||
|
|
||||||
The following instructions assume you run all services under the same user in a Unix-like system (anagora.org runs on Debian GNU/Linux). We suggest `agora`:
|
The following instructions assume you run all services under the same user in a Unix-like system (anagora.org runs on Debian GNU/Linux). We suggest `agora`:
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
# git change remote
|
||||||
|
|
||||||
|
- a [[spell]]
|
||||||
|
- [[pull]] [[git remote]] [[change remote]]
|
||||||
|
- `git remote set-url origin`
|
||||||
|
- [[https]] (read access)
|
||||||
|
- `git remote set-url origin https://github.com/flancian/agora.git`
|
||||||
|
- [[ssh]] (write access)
|
||||||
|
- `git remote set-url origin git@github.com:flancian/agora.git`
|
||||||
|
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
# 2021-08-11
|
# 2021-08-11
|
||||||
|
|
||||||
- [[git]]
|
- [[git]]
|
||||||
|
- [[git change remote]]
|
||||||
- [[git rebase]]
|
- [[git rebase]]
|
||||||
- [[merge vs rebase]]
|
- [[merge vs rebase]]
|
||||||
- [[git pull strategy]]
|
- [[git pull strategy]]
|
||||||
|
|||||||
Reference in New Issue
Block a user