diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/overview-manual/development-environment.rst | 2 |
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. | |||
427 | When you create a local copy of a Git repository, the copy has the same | 427 | When you create a local copy of a Git repository, the copy has the same |
428 | set of branches as the original. This means you can use Git to create a | 428 | set of branches as the original. This means you can use Git to create a |
429 | local working area (also called a branch) that tracks a specific | 429 | 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:: |