diff options
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | 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 bc8a12b858..1f617dc6a2 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -578,8 +578,15 @@ | |||
578 | Resolving deltas: 100% (272761/272761), done. | 578 | Resolving deltas: 100% (272761/272761), done. |
579 | Checking connectivity... done. | 579 | Checking connectivity... done. |
580 | </literallayout> | 580 | </literallayout> |
581 | Once the repository is created, you can change to that | 581 | Unless you specify a specific development branch or |
582 | directory and check its status and list its branches: | 582 | tag name, Git clones the "master" branch, which results |
583 | in a snapshot of the latest development changes for | ||
584 | "master".</para> | ||
585 | |||
586 | <para>Once the repository is created, you can change to | ||
587 | that directory and check its status. | ||
588 | Here, the single "master" branch exists on your system | ||
589 | and by default, it is checked out: | ||
583 | <literallayout class='monospaced'> | 590 | <literallayout class='monospaced'> |
584 | $ cd ~/poky | 591 | $ cd ~/poky |
585 | $ git status | 592 | $ git status |
@@ -592,8 +599,6 @@ | |||
592 | Your local repository of poky is identical to the | 599 | Your local repository of poky is identical to the |
593 | upstream poky repository at the time from which it was | 600 | upstream poky repository at the time from which it was |
594 | cloned. | 601 | cloned. |
595 | By default, Git creates the "master" branch and checks | ||
596 | it out. | ||
597 | </para></listitem> | 602 | </para></listitem> |
598 | </orderedlist> | 603 | </orderedlist> |
599 | </para> | 604 | </para> |