1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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 <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2017-06-28 15:50:31 -07:00
committed by Richard Purdie
parent f384aa0c70
commit 95547dab77
@@ -578,8 +578,15 @@
Resolving deltas: 100% (272761/272761), done.
Checking connectivity... done.
</literallayout>
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".</para>
<para>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:
<literallayout class='monospaced'>
$ 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.
</para></listitem>
</orderedlist>
</para>