summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-06-14 06:51:28 +0800
committerAnthony Wang2022-06-14 06:51:28 +0800
commit59a5b073c4f324ffeb3b072410ce6e4fd0c18c9a (patch)
tree3d51a305671ee0016ada631ba4fdc090946ac827
parent188b6ab13227868ed637da09901c868069cd3675 (diff)
Update 'Development'
-rw-r--r--Development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Development.md b/Development.md
index 647c2b0..99511b4 100644
--- a/Development.md
+++ b/Development.md
@@ -4,7 +4,7 @@ The [repository](https://gitea.com/Ta180m/gitea) has several branches:
* [feature-activitypub](https://gitea.com/Ta180m/gitea/src/branch/feature-activitypub) corresponds to [PR #19133](https://github.com/go-gitea/gitea/pull/19133).
* [feature-go-ap-inbox-outbox](https://gitea.com/Ta180m/gitea/src/branch/feature-activitypub) corresponds to (insert future Gitea PR).
-* [main](https://gitea.com/Ta180m/gitea/src/branch/main) is deployed to https://git.exozy.me/ when I'm not testing any of the other branches.
+* [main](https://gitea.com/Ta180m/gitea/src/branch/main) is deployed to https://git.exozy.me/ when I'm not testing any of the other branches. Development action happens on the other branches and then the commits are merged to this branch.
All the other branches mostly contain some experimental or old code and aren't important.