summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-03-29 07:36:56 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-31 11:46:03 +0100
commit01d846f21b842dc1159b238a2de0c99d0e0924d1 (patch)
treea2a9ac3830aaf7832d7108fa9debee5e16a109f7 /documentation
parent54b7b0561eaa4e6f3726c2f1cc2d4649676bba3e (diff)
downloadpoky-01d846f21b842dc1159b238a2de0c99d0e0924d1.tar.gz
overview-manual: add missing upper case
(From yocto-docs rev: 9de52ac713c89e3e7023148889c234d4ec4c6246) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/overview-manual/development-environment.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/development-environment.rst b/documentation/overview-manual/development-environment.rst
index 9c9c8e87a0..8ffa8c7e3e 100644
--- a/documentation/overview-manual/development-environment.rst
+++ b/documentation/overview-manual/development-environment.rst
@@ -427,7 +427,7 @@ other branches represent offshoots of the "master" branch.
427When you create a local copy of a Git repository, the copy has the same 427When you create a local copy of a Git repository, the copy has the same
428set of branches as the original. This means you can use Git to create a 428set of branches as the original. This means you can use Git to create a
429local working area (also called a branch) that tracks a specific 429local 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::