summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 343f791e7f..bcb49fbf03 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -467,7 +467,14 @@
467 Unless you specify a specific development branch or 467 Unless you specify a specific development branch or
468 tag name, Git clones the "master" branch, which results 468 tag name, Git clones the "master" branch, which results
469 in a snapshot of the latest development changes for 469 in a snapshot of the latest development changes for
470 "master".</para> 470 "master".
471 For information on how to check out a specific
472 development branch or on how to check out a local
473 branch based on a tag name, see the
474 "<link linkend='checking-out-by-branch-in-poky'>Checking Out By Branch in Poky</link>"
475 and
476 <link linkend='checkout-out-by-tag-in-poky'>Checking Out By Tag in Poky</link>",
477 respectively.</para>
471 478
472 <para>Once the repository is created, you can change to 479 <para>Once the repository is created, you can change to
473 that directory and check its status. 480 that directory and check its status.