summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/development-environment.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/overview-manual/development-environment.rst')
-rw-r--r--documentation/overview-manual/development-environment.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/overview-manual/development-environment.rst b/documentation/overview-manual/development-environment.rst
index a33f89e4fa..1decf01e43 100644
--- a/documentation/overview-manual/development-environment.rst
+++ b/documentation/overview-manual/development-environment.rst
@@ -430,8 +430,7 @@ local working area (also called a branch) that tracks a specific
430development branch from the upstream source Git repository. in other 430development branch from the upstream source Git repository. in other
431words, you can define your local Git environment to work on any 431words, you can define your local Git environment to work on any
432development branch in the repository. To help illustrate, consider the 432development branch in the repository. To help illustrate, consider the
433following example Git commands: 433following example Git commands::
434::
435 434
436 $ cd ~ 435 $ cd ~
437 $ git clone git://git.yoctoproject.org/poky 436 $ git clone git://git.yoctoproject.org/poky
@@ -476,8 +475,7 @@ create and checkout a local working Git branch based on a tag name. When
476you do this, you get a snapshot of the Git repository that reflects the 475you do this, you get a snapshot of the Git repository that reflects the
477state of the files when the change was made associated with that tag. 476state of the files when the change was made associated with that tag.
478The most common use is to checkout a working branch that matches a 477The most common use is to checkout a working branch that matches a
479specific Yocto Project release. Here is an example: 478specific Yocto Project release. Here is an example::
480::
481 479
482 $ cd ~ 480 $ cd ~
483 $ git clone git://git.yoctoproject.org/poky 481 $ git clone git://git.yoctoproject.org/poky