commit: 50851476ca327f6a50eee3369c5dab0a1bc31856 Author: John R. Graham <john_r_graham <AT> gentoo <DOT> org> AuthorDate: Sat May 11 21:25:07 2019 +0000 Commit: John R. Graham <john_r_graham <AT> gentoo <DOT> org> CommitDate: Mon Dec 9 02:56:59 2019 +0000 URL: https://gitweb.gentoo.org/proj/forums.git/commit/?id=50851476
Incremental work on the repostory workflow. Signed-off-by: John R. Graham <john_r_graham <AT> gentoo.org> README.md | 19 +++++++++++++++++-- 1 file 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://[email protected]/proj/forums.git +git remote add upstream [email protected]:phpbb/phpbb.git +``` -One more line.
