From b5ffe8974b5d554152031c172d04d0835385ec3b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 15 Jun 2017 14:38:53 -0700 Subject: [PATCH] ref-manual: Added "see also" informational note at beginning. (From yocto-docs rev: 3af3d821b6e26fd352223f3f4196e0e200614203) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../ref-development-environment.xml | 31 +++++++++++++------ 1 file 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 @@ you are going to use the Yocto Project for development. This section provides a quick overview of how Git works and provides you with a summary of some essential Git commands. - - - - For more information on Git, see - . - If you need to download Git, it is recommended that you add Git - to your system through your distribution's "software store" - (e.g. for Ubuntu, use the Ubuntu Software feature). - For the Git download page, see - . + Notes + + + For more information on Git, see + . + + + If you need to download Git, it is recommended that you add + Git to your system through your distribution's "software + store" (e.g. for Ubuntu, use the Ubuntu Software feature). + For the Git download page, see + . + + + For examples beyond the limited few in this section on how + to use Git with the Yocto Project, see the + "Working With Git Repositories" + section in the Yocto Project Development Manual. + + +