diff options
Diffstat (limited to 'documentation/ref-manual/ref-development-environment.xml')
-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'> |