diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-22 09:19:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-12 00:28:13 +0100 |
commit | 8ee16983cb3545ca2f5f748cc8e5b3083631d70a (patch) | |
tree | 9c9de34be3b4da2e96bcef2b6bf08b1bba51230e /documentation/ref-manual | |
parent | d3a0e0abc110f7b7aa43a6d916851415a8ef810e (diff) | |
download | poky-8ee16983cb3545ca2f5f748cc8e5b3083631d70a.tar.gz |
dev-manual, ref-manual: New section on viewing GUI YP repositories
Fixes [YOCTO #11630]
I created a new procedure for locating and viewing YP source
repositories using the GUI-based method. Created an anchor in the
ref-manual so I could reference the 'git clone' command.
(From yocto-docs rev: 2ae28682407039420f4fcca71a298e1dd34c81f0)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-development-environment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-development-environment.xml b/documentation/ref-manual/ref-development-environment.xml index 01b0d41922..09f097c592 100644 --- a/documentation/ref-manual/ref-development-environment.xml +++ b/documentation/ref-manual/ref-development-environment.xml | |||
@@ -494,7 +494,7 @@ | |||
494 | You cannot use Git commands unless you have a | 494 | You cannot use Git commands unless you have a |
495 | <filename>.git</filename> repository. | 495 | <filename>.git</filename> repository. |
496 | </para></listitem> | 496 | </para></listitem> |
497 | <listitem><para> | 497 | <listitem><para id='git-commands-clone'> |
498 | <emphasis><filename>git clone</filename>:</emphasis> | 498 | <emphasis><filename>git clone</filename>:</emphasis> |
499 | Creates a local clone of a Git repository that is on | 499 | Creates a local clone of a Git repository that is on |
500 | equal footing with a fellow developer’s Git repository | 500 | equal footing with a fellow developer’s Git repository |