Default commit message, part of an automated flow.

This commit is contained in:
2021-08-11 19:41:37 +02:00
parent deee19a9ef
commit 6cc2ab7bcd
3 changed files with 16 additions and 1 deletions
+5 -1
View File
@@ -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 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`:
+10
View File
@@ -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
View File
@@ -1,6 +1,7 @@
# 2021-08-11
- [[git]]
- [[git change remote]]
- [[git rebase]]
- [[merge vs rebase]]
- [[git pull strategy]]