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.