From 95547dab77360d16af4b04d74c09daa2febc6577 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 28 Jun 2017 15:50:31 -0700 Subject: dev-manual: Wording updates "Cloning the poky Repository" Clarified wording so reader understands they are checking out the master branch by default. (From yocto-docs rev: d1e77fff752d9960120340601bc2520c51c4f073) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (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 bc8a12b858..1f617dc6a2 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -578,8 +578,15 @@ Resolving deltas: 100% (272761/272761), done. Checking connectivity... done. - Once the repository is created, you can change to that - directory and check its status and list its branches: + 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". + + Once the repository is created, you can change to + that directory and check its status. + Here, the single "master" branch exists on your system + and by default, it is checked out: $ cd ~/poky $ git status @@ -592,8 +599,6 @@ Your local repository of poky is identical to the upstream poky repository at the time from which it was cloned. - By default, Git creates the "master" branch and checks - it out. -- cgit v1.2.3-54-g00ecf