diff options
Diffstat (limited to 'documentation/overview-manual/development-environment.rst')
| -rw-r--r-- | documentation/overview-manual/development-environment.rst | 6 |
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 | |||
| 430 | development branch from the upstream source Git repository. in other | 430 | development branch from the upstream source Git repository. in other |
| 431 | words, you can define your local Git environment to work on any | 431 | words, you can define your local Git environment to work on any |
| 432 | development branch in the repository. To help illustrate, consider the | 432 | development branch in the repository. To help illustrate, consider the |
| 433 | following example Git commands: | 433 | following 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 | |||
| 476 | you do this, you get a snapshot of the Git repository that reflects the | 475 | you do this, you get a snapshot of the Git repository that reflects the |
| 477 | state of the files when the change was made associated with that tag. | 476 | state of the files when the change was made associated with that tag. |
| 478 | The most common use is to checkout a working branch that matches a | 477 | The most common use is to checkout a working branch that matches a |
| 479 | specific Yocto Project release. Here is an example: | 478 | specific 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 |
