Make instructions how to fetch and checkout refs/meta/config consistent

The instructions how to fetch and checkout the refs/meta/config branch
in the project owner guide are now consistent with the instructions in
user-notify.html#project. Describing two different ways to do the same
thing is confusing to users.

Change-Id: I33c4f5e6248520fc1cf6522900335292038aaa1d
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin
2016-10-12 20:05:27 +02:00
parent 9d8649bfa1
commit 32f314b529

View File

@@ -70,8 +70,8 @@ cloned the repository you can do this by executing the following
commands:
----
$ git fetch origin refs/meta/config:config
$ git checkout config
$ git fetch ssh://localhost:29418/project refs/meta/config
$ git checkout FETCH_HEAD
$ git log project.config
----