summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-09-11 14:04:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-13 18:00:19 +0100
commit26975ed6629e30141f280ce8cb07b5d9ca9a8888 (patch)
treedc80aa7747c8f587bc81607c78b308a26fa1e32d /documentation
parentb64872f9ab1351d482bbee4f3d4a2f858d557d99 (diff)
downloadpoky-26975ed6629e30141f280ce8cb07b5d9ca9a8888.tar.gz
dev-manual: Added links to branch and tag checkout from overview.
(From yocto-docs rev: 122948411e1121be862caa43d216126c3a01f1fc) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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.