[gnome-continuous-yocto/gnomeostree-3.28-rocko: 6700/8267] dev-manual: Wording updates "Cloning the poky Repository"
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 6700/8267] dev-manual: Wording updates "Cloning the poky Repository"
- Date: Sun, 17 Dec 2017 05:12:47 +0000 (UTC)
commit 95547dab77360d16af4b04d74c09daa2febc6577
Author: Scott Rifenbark <srifenbark gmail com>
Date: Wed Jun 28 15:50:31 2017 -0700
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>
documentation/dev-manual/dev-manual-start.xml | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index bc8a12b..1f617dc 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.
</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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]