diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-15 14:38:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-22 09:16:44 +0100 |
commit | b5ffe8974b5d554152031c172d04d0835385ec3b (patch) | |
tree | 4750aea58d280bdfff8600905da6598a74d04c76 /documentation/ref-manual | |
parent | 98ba0cd4769cb6213ca71dca1d874b673fb7844f (diff) | |
download | poky-b5ffe8974b5d554152031c172d04d0835385ec3b.tar.gz |
ref-manual: Added "see also" informational note at beginning.
(From yocto-docs rev: 3af3d821b6e26fd352223f3f4196e0e200614203)
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 | 31 |
1 files changed, 21 insertions, 10 deletions
diff --git a/documentation/ref-manual/ref-development-environment.xml b/documentation/ref-manual/ref-development-environment.xml index 234800df69..6b677222a8 100644 --- a/documentation/ref-manual/ref-development-environment.xml +++ b/documentation/ref-manual/ref-development-environment.xml | |||
@@ -269,16 +269,27 @@ | |||
269 | you are going to use the Yocto Project for development. | 269 | you are going to use the Yocto Project for development. |
270 | This section provides a quick overview of how Git works and | 270 | This section provides a quick overview of how Git works and |
271 | provides you with a summary of some essential Git commands. | 271 | provides you with a summary of some essential Git commands. |
272 | </para> | 272 | <note><title>Notes</title> |
273 | 273 | <itemizedlist> | |
274 | <para> | 274 | <listitem><para> |
275 | For more information on Git, see | 275 | For more information on Git, see |
276 | <ulink url='http://git-scm.com/documentation'></ulink>. | 276 | <ulink url='http://git-scm.com/documentation'></ulink>. |
277 | If you need to download Git, it is recommended that you add Git | 277 | </para></listitem> |
278 | to your system through your distribution's "software store" | 278 | <listitem><para> |
279 | (e.g. for Ubuntu, use the Ubuntu Software feature). | 279 | If you need to download Git, it is recommended that you add |
280 | For the Git download page, see | 280 | Git to your system through your distribution's "software |
281 | <ulink url='http://git-scm.com/download'></ulink>. | 281 | store" (e.g. for Ubuntu, use the Ubuntu Software feature). |
282 | For the Git download page, see | ||
283 | <ulink url='http://git-scm.com/download'></ulink>. | ||
284 | </para></listitem> | ||
285 | <listitem><para> | ||
286 | For examples beyond the limited few in this section on how | ||
287 | to use Git with the Yocto Project, see the | ||
288 | "<ulink url='&YOCTO_DOCS_DEV_URL;#working-with-git-repositories'>Working With Git Repositories</ulink>" | ||
289 | section in the Yocto Project Development Manual. | ||
290 | </para></listitem> | ||
291 | </itemizedlist> | ||
292 | </note> | ||
282 | </para> | 293 | </para> |
283 | 294 | ||
284 | <section id='repositories-tags-and-branches'> | 295 | <section id='repositories-tags-and-branches'> |