aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn R. Graham <john_r_graham@gentoo.org>2019-05-11 17:25:07 -0400
committerJohn R. Graham <john_r_graham@gentoo.org>2019-12-08 21:56:59 -0500
commit50851476ca327f6a50eee3369c5dab0a1bc31856 (patch)
tree4cbc52f0d221c1665a08a5c1c17dea64fb6fb99d
parentAdditional meaningless tweak for another commit test. (diff)
downloadforums-master.tar.gz
forums-master.tar.bz2
forums-master.zip
Incremental work on the repostory workflow.HEADmaster
Signed-off-by: John R. Graham <john_r_graham@gentoo.org>
-rw-r--r--README.md19
1 files changed, 17 insertions, 2 deletions
diff --git a/README.md b/README.md
index 226639086..28b3a743e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,21 @@
+[//]: # (Copyright 2019 Gentoo Authors)
+
Gentoo Big Forum Upgrade
========================
-Initial content just to prove I have commit access.
+## Working with the Forums Repository
+
+The forums repository is set up with multiple independent branches with no
+common ancestor. It is also set up to track two different remote git
+repositories:
+
+ * The phpBB repository, which will be called "upstream" by convention.
+ * The Gentoo Forums repository, which will be called "origin" by convention
+ and tradition.
+
+Checking out the repository:
+```
+git clone git+ssh://git@git.gentoo.org/proj/forums.git
+git remote add upstream git@github.com:phpbb/phpbb.git
+```
-One more line.