From 26975ed6629e30141f280ce8cb07b5d9ca9a8888 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 11 Sep 2017 14:04:17 -0700 Subject: dev-manual: Added links to branch and tag checkout from overview. (From yocto-docs rev: 122948411e1121be862caa43d216126c3a01f1fc) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'documentation/dev-manual/dev-manual-start.xml') 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 @@ Unless you specify a specific development branch or tag name, Git clones the "master" branch, which results in a snapshot of the latest development changes for - "master". + "master". + For information on how to check out a specific + development branch or on how to check out a local + branch based on a tag name, see the + "Checking Out By Branch in Poky" + and + Checking Out By Tag in Poky", + respectively. Once the repository is created, you can change to that directory and check its status. -- cgit v1.2.3-54-g00ecf